Skip to content

Commit

Permalink
[fix] Extra arguments added twice to cppcheck
Browse files Browse the repository at this point in the history
The removed line is duplicated: the extra arguments had been added a
few lines above.
  • Loading branch information
bruntib committed Nov 14, 2023
1 parent 482804c commit 95cb4fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analyzer/codechecker_analyzer/analyzers/cppcheck/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ def construct_analyzer_cmd(self, result_handler):

analyzer_cmd.append('--plist-output=' + str(output_dir))

analyzer_cmd.extend(config.analyzer_extra_arguments)

analyzer_cmd.append(self.source_file)

return analyzer_cmd
Expand Down

0 comments on commit 95cb4fb

Please sign in to comment.