This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Ignore all spaces in the list of checks
ClosedPublic

Authored by DmitryPolukhin on Mar 23 2021, 5:30 AM.

Details

Summary

This diff patch fixes issue with new line character after check name and before comma. Also ignores all other types of spaces like TAB.

Test Plan: ninja check-clang-tools

Diff Detail

Event Timeline

DmitryPolukhin created this revision.Mar 23 2021, 5:30 AM
DmitryPolukhin requested review of this revision.Mar 23 2021, 5:30 AM

Check exact list of enabled checks

This revision is now accepted and ready to land.Mar 23 2021, 9:09 AM