Skip to content

Commit

Permalink
fix(lint) avoid linting docs/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 18, 2016
1 parent bdbef98 commit ee483cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ coverage: clean
lint:
@luacheck -q . \
--std 'ngx_lua+busted' \
--exclude-files 'doc/examples/*.lua' \
--exclude-files 'docs/examples/*.lua' \
--no-redefined --no-unused-args

doc:
Expand Down

0 comments on commit ee483cf

Please sign in to comment.