Skip to content

Commit

Permalink
Merge pull request #1431 from Bertk/fixes
Browse files Browse the repository at this point in the history
fix squid:S2259
  • Loading branch information
guwirth authored Mar 11, 2018
2 parents c8be121 + d1a9900 commit f031501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cxx-lint/src/main/java/org/sonar/cxx/cxxlint/CxxLint.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public static void main(String[] args) {
LOG.error("Parsing Command line Failed. Reason: " + exp);
HelpFormatter formatter = new HelpFormatter();
formatter.printHelp("java -jar CxxLint-<sersion>.jar -f filetoanalyse", options);
return;
}

SensorContextTester sensorContext = SensorContextTester.create(targetFile.getParentFile().toPath());
Expand Down

0 comments on commit f031501

Please sign in to comment.