Linter package for clang-tidy.
$ sudo apt install clang-tidy
for example)$ apm install linter-clang-tidy
-checks=*
to use it at its full power.-checks=*
-dump-config
. It creates a file ".clang-tidy" that saves your configuration in the current directory.
clang-tidy attempts to read configuration for each source file from a .clang-tidy file located in the closest parent directory of the source file.-list-checks
and edit your config file to disable those you don't need. The less you have, the faster clang-tidy.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.