Skip to content

Commit

Permalink
Update sharedoptions.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xjia1 committed Dec 20, 2023
1 parent 3843494 commit 9279b13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cruleslib/options/sharedoptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ var Defaults = DefaultOptionValues{
"infer_extra_options":"--max-nesting=3 --bo-field-depth-limit=6",
"clangmapping_bin":"/opt/naivesystems/clang-extdef-mapping",
"infer_jobs":8,
"cpplint_script":"/opt/naivesystems/cpplint.py",
"semgrep_bin": "semgrep"}`,
"cpplint_script":"/opt/naivesystems/cpplint.py"}`,
CheckerPathRoot: "/opt/naivesystems/",
ClangBin: "",
ClangmappingBin: "/opt/naivesystems/clang-extdef-mapping",
Expand Down

0 comments on commit 9279b13

Please sign in to comment.