File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- cpp_files=$( find .| egrep -v " Files" | egrep -v " oclint-0.10.3" | egrep " \.cpp$" | egrep -v " ^qrc_.*\.cpp$" | egrep -v " ^moc_.*\.cpp$" | egrep -v " ^.*_test\.cpp$" | egrep -v " ^wt.*\.cpp$" )
4
- h_files=$( find .| egrep -v " Files" | egrep -v " oclint-0.10.3" | egrep " \.h$" | egrep -v " ^ui_.*\.h$" | egrep -v " ^wt.*\.h$" )
3
+ cpp_files=$( find . | egrep -v " Files" | egrep -v " oclint-0.10.3" | egrep " \.cpp$" | egrep -v " ^qrc_.*\.cpp$" | egrep -v " ^moc_.*\.cpp$" | egrep -v " ^.*_test\.cpp$" | egrep -v " ^wt.*\.cpp$" )
4
+ h_files=$( find . | egrep -v " Files" | egrep -v " oclint-0.10.3" | egrep " \.h$" | egrep -v " ^ui_.*\.h$" | egrep -v " ^wt.*\.h$" )
5
5
6
6
./oclint-0.10.3/bin/oclint -o oclint.log \
7
7
-disable-rule ShortVariableName \
You can’t perform that action at this time.
0 commit comments