Skip to content

Commit

Permalink
Merge pull request Ericsson#675 from bruntib/turn_out_checkers
Browse files Browse the repository at this point in the history
Turn off two ClangTidy checkers
  • Loading branch information
gyorb authored Jun 27, 2017
2 parents faea9d3 + 4817de3 commit 0434131
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
{"misc-dangling-handle" : true },
{"misc-inaccurate-erase" : true },
{"misc-incorrect-roundings" : true },
{"misc-misplaced-widening-cast" : true },
{"misc-move-forwarding-reference" : true },
{"misc-move-constructor-init" : true },
{"misc-move-const-arg" : true },
Expand All @@ -56,7 +55,6 @@
{"misc-suspicious-missing-comma" : true },
{"misc-suspicious-semicolon" : true },
{"misc-swapped-arguments" : true },
{"misc-throw-by-value-catch-by-reference" : true },
{"misc-undelegated-constructor" : true },
{"misc-unused-raii" : true }
]
Expand Down

0 comments on commit 0434131

Please sign in to comment.