Add a script to run syntax check on all files

This commit is contained in:
Pirate Praveen 2020-07-02 02:18:22 +05:30
parent 2e1107c47d
commit 92f46e4aad

1
debian/check-ruby-syntax.sh vendored Normal file
View file

@ -0,0 +1 @@
find . -name \*.rb -exec ruby -wc {} \; 2>&1 | grep error