Skip to content

Commit

Permalink
[cfg] Do not enable all modernize checkers in sensitive profile
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Dec 18, 2019
1 parent 4aac198 commit 22bcad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
"misc-unused-using",
"misc-use",
"misc-virtual",
"modernize",
"modernize-deprecated-headers",
"modernize-replace-auto-ptr",
"modernize-replace-random-shuffle",
"mpi",
"performance"
],
Expand Down

0 comments on commit 22bcad3

Please sign in to comment.