Salome HOME
Add cpplint to products for checking Jenkins build procedure
[modules/shaper.git] / findEndLines.sh
index b6e51e28224ecdcdbc71f9b70f11073a6ad45b26..4f3a19fa69cb0009c781b4ca001a377544ed7efb 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/bash
 
+source env.sh
+
 find . \( -name "*.h" -o -name "*.cpp" \) -exec cpplint.py --filter=-,+whitespace/end_of_line  --verbose=0 --counting=detailed {} \+ 2>&1 | grep -v Done | tee ./tofix
 
-python correction_auto_2.py --cpplint_output_file ./tofix
+#python correction_auto_2.py --cpplint_output_file ./tofix
 
-rm ./tofix
\ No newline at end of file
+rm ./tofix