Add a script to run syntax check on all files
This commit is contained in:
parent
2e1107c47d
commit
92f46e4aad
1 changed files with 1 additions and 0 deletions
1
debian/check-ruby-syntax.sh
vendored
Normal file
1
debian/check-ruby-syntax.sh
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
find . -name \*.rb -exec ruby -wc {} \; 2>&1 | grep error
|
Loading…
Reference in a new issue