mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 05:53:52 +00:00
Adding all modernize checks
This commit is contained in:
parent
0ff1f27374
commit
786f99d09c
@ -1,6 +1,6 @@
|
|||||||
#Checks: '*,-clang-analyzer-alpha.*'
|
#Checks: '*,-clang-analyzer-alpha.*'
|
||||||
#Checks: '-*,google-readability-casting,llvm-namespace-comment,performance-unnecessary-value-param,llvm-include-order,misc-throw-by-value-catch-by-reference,readability-container-size-empty,google-runtime-references,modernize*'
|
#Checks: '-*,google-readability-casting,llvm-namespace-comment,performance-unnecessary-value-param,llvm-include-order,misc-throw-by-value-catch-by-reference,readability-container-size-empty,google-runtime-references,modernize*'
|
||||||
Checks: '-*,llvm-namespace-comment,llvm-include-order,readability-container-size-empty,misc-throw-by-value-catch-by-reference'
|
Checks: '-*,llvm-namespace-comment,llvm-include-order,readability-container-size-empty,misc-throw-by-value-catch-by-reference,modernize*'
|
||||||
HeaderFilterRegex: '.*hpp'
|
HeaderFilterRegex: '.*hpp'
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: readability-braces-around-statements.ShortStatementLines
|
- key: readability-braces-around-statements.ShortStatementLines
|
||||||
|
@ -76,7 +76,7 @@ protected:
|
|||||||
/// @name Parsing
|
/// @name Parsing
|
||||||
///@{
|
///@{
|
||||||
|
|
||||||
typedef std::vector<std::pair<detail::Classifer, std::string>> missing_t;
|
using missing_t = std::vector<std::pair<detail::Classifer, std::string>>;
|
||||||
|
|
||||||
/// Pair of classifier, string for missing options. (extra detail is removed on returning from parse)
|
/// Pair of classifier, string for missing options. (extra detail is removed on returning from parse)
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user