]> SALOME platform Git repositories - modules/shaper.git/blob - findEndLines.sh
Salome HOME
Merge remote-tracking branch 'remotes/origin/master' into BR_coding_rules
[modules/shaper.git] / findEndLines.sh
1 #!/bin/bash
2
3 source env.sh
4
5 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
6
7 #python correction_auto_2.py --cpplint_output_file ./tofix
8
9 rm ./tofix