Extend Travis checks
See original GitHub issuecfn-lint version: (cfn-lint --version
)
0.14.0
Description of issue.
The Travis build check could be extended with aws cloudformation validate-template
across the whole test/fixtures/templates/good folder, this was the good template are for sure good.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Speeding up the build
The XDebug extension is useful, if you wish to generate code coverage reports in your Travis builds, but it has been shown to...
Read more >Continuous Integration part 2: Setting up Travis checks in Github
Setting up TravisCI status checks on a PR is easy. Here are a few steps to set up your Github repository PRs with...
Read more >Extend Travis checks · Issue #663 · aws-cloudformation/cfn ...
The Travis build check could be extended with aws cloudformation validate-template across the whole test/fixtures/templates/good folder, ...
Read more >Simple way to test your ext on TravisCI
Go to Travis Accounts, Sync the list of repositories, Enable your extensions repository; Copy the following files to your extension:.
Read more >Secure your Travis CI releases – part 1: checksum with SHA
Because a hash code based on a secure hash function cannot be easily reproduced with a manipulated ZIP file as input, it can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would also add the
good
templates shouldn’t be considered fully good. They are designed to test the rules and the rules are different scenarios (code coverage plays here). Usually it doesn’t mean the entire template isgood
That being said these probably could be restructured by rules and not under the idea ofbad
orgood
.I may be missing something here but
aws cloudformation validate-template
wouldn’t have caught the wrong value inEngineVersion
.