[PATCH] D107325: [clang-tidy] Fix command line is too long issue which breaks test on Windows
    Nico Weber via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug  3 04:56:42 PDT 2021
    
    
  
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/hungarian-notation1/.clang-tidy:3
+CheckOptions:
+  - { key: readability-identifier-naming.AbstractClassCase                                       , value: CamelCase }
+  - { key: readability-identifier-naming.ClassCase                                               , value: CamelCase }
----------------
can we drop all the spaces here? :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107325/new/
https://reviews.llvm.org/D107325
    
    
More information about the cfe-commits
mailing list