mirror of https://github.com/bitcoin/bitcoin
parent
e53274868e
commit
9c96f1008b
@ -0,0 +1,15 @@
|
||||
{
|
||||
"output": {
|
||||
"content": {
|
||||
"include_only_existing_source": true,
|
||||
"paths_to_include": [],
|
||||
"paths_to_exclude": [
|
||||
"src/leveldb"
|
||||
]
|
||||
},
|
||||
"format": {
|
||||
"command_as_array": true,
|
||||
"drop_output_field": false
|
||||
}
|
||||
}
|
||||
}
|
@ -1,2 +1,2 @@
|
||||
Checks: '-*,bugprone-argument-comment'
|
||||
WarningsAsErrors: bugprone-argument-comment
|
||||
Checks: '-*,bugprone-argument-comment,modernize-use-nullptr'
|
||||
WarningsAsErrors: 'bugprone-argument-comment,modernize-use-nullptr'
|
||||
|
Loading…
Reference in new issue