Skip to content

Commit

Permalink
Merge pull request #22112 from fwyzard/fix_clang-tidy_101x
Browse files Browse the repository at this point in the history
work around clang-tidy multi-line YAML issues
  • Loading branch information
cmsbuild committed Feb 10, 2018
2 parents 5b238ce + 4581b52 commit d65392a
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .clang-tidy
@@ -1,24 +1,22 @@
---
Checks:
-*
,boost-use-to-string
,misc-string-compare
,misc-uniqueptr-reset-release
,modernize-deprecated-headers
,modernize-make-shared
,modernize-use-bool-literals
,modernize-use-equals-delete
,modernize-use-nullptr
,modernize-use-override
,performance-unnecessary-copy-initialization
,readability-container-size-empty
,readability-redundant-string-cstr
,readability-static-definition-in-anonymous-namespace
Checks: -*,
,boost-use-to-string,
,misc-string-compare,
,misc-uniqueptr-reset-release,
,modernize-deprecated-headers,
,modernize-make-shared,
,modernize-use-bool-literals,
,modernize-use-equals-delete,
,modernize-use-nullptr,
,modernize-use-override,
,performance-unnecessary-copy-initialization,
,readability-container-size-empty,
,readability-redundant-string-cstr,
,readability-static-definition-in-anonymous-namespace,
,readability-uniqueptr-delete-release
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
User: muzaffar
CheckOptions:
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
Expand Down

0 comments on commit d65392a

Please sign in to comment.