Skip to content

Commit

Permalink
Merge pull request #652 from LibraryOfCongress/add-cfn-lint-to-tools
Browse files Browse the repository at this point in the history
Add cfn-lint for developers
  • Loading branch information
rstorey committed Nov 19, 2018
2 parents f322b98 + d1d915d commit a3cb0d6
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 89 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ repos:
- eslint@5.8.0
- eslint-plugin-prettier@3.0.0
- prettier@1.14.3
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.9.1
hooks:
- id: cfn-python-lint
files: cloudformation/.*\.(json|yml|yaml)$
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ django-ratelimit = "*"
python-memcached = "*"
django-tabular-export = "*"
pylibmc = "*"
cfn-lint = "*"

[dev-packages]
invoke = "*"
Expand Down
227 changes: 142 additions & 85 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3cb0d6

Please sign in to comment.