We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a689c commit 148f6d1Copy full SHA for 148f6d1
1 file changed
.travis.yml
@@ -16,7 +16,12 @@ matrix:
16
- env: JOB=HOUSEKEEPING
17
install: ./bin/fetch-configlet
18
before_script: ./bin/check-readmes.sh
19
- script: ./bin/configlet lint .
+ script:
20
+ # May provide more useful output than configlet fmt
21
+ # if JSON is not valid or items are incomplete
22
+ - ./bin/configlet lint .
23
+ # Verify correct formatting in config.json
24
+ - ./bin/configlet fmt . && git diff --quiet
25
allow_failures:
26
- python: nightly
27
0 commit comments