Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing some noisy checkers from the default profile
- cppcoreguidelines-special-member-functions Many findings on legacy C++ code bases for missing move constructors - misc-use-anonymous-namespace : this is like a style checker to use anonymous namespace instead of global score. This is more like a code-smell, not an error. - google-global-names-in-headers: google specific styleguide for not polluting the global namespace. Switched off from the default profile this checker is very noisy on projects not following this convention.
- Loading branch information