notskm / vscode-clang-tidy

MIT License
48 stars 26 forks source link

Feature request: auto fix different subset of checkers than specified for linting #58

Open ebarcsa opened 3 years ago

ebarcsa commented 3 years ago

Reason: want to use lot more checks than we actually want to auto fix, we consider some auto fixes as safe and want to enable it, others which need special review, shouldn't be run. Right know auto fix is turned off, but if this feature is implemented we would like to turn it on.