Skip to content

Commit

Permalink
ignore DependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 25, 2019
1 parent 3a5674e commit 8243391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .cfnlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
templates:
- .serverless/cloudformation-template-update-stack.json
ignore_checks:
- W3005 # DependsOn added by sls
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:

cfn-lint:
yarn sls package
cfn-lint .serverless/cloudformation-template-update-stack.json
cfn-lint

init-db: flask-init-db seed

Expand Down

0 comments on commit 8243391

Please sign in to comment.