Skip to content

Commit

Permalink
ignore unused arguments in luacheck. include spy
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed May 31, 2015
1 parent e382c08 commit 530b0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ install:
- sudo -E luarocks install luacheck

script:
- luacheck *.lua spec/*.lua --globals _TEST it describe pending setup teardown before_each after_each async settimeout setloop
- luacheck *.lua spec/*.lua --no-unused-args --globals _TEST it describe pending setup teardown before_each after_each async settimeout setloop spy
- sudo -E busted -v

notifications:
Expand Down

0 comments on commit 530b0bb

Please sign in to comment.