Skip to content

Commit

Permalink
Add new linters
Browse files Browse the repository at this point in the history
Docker-compose is a YAML file
packer.json (and package.json) are JSON files

So should probably be checked
  • Loading branch information
ddub committed Apr 29, 2016
1 parent 895f5d9 commit 3fec94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintrc
@@ -1,2 +1,2 @@
[tools]
linters = flake8
linters = flake8, jsonlint, yamllint

0 comments on commit 3fec94d

Please sign in to comment.