Add .arclint
This commit is contained in:
parent
02e52b787b
commit
fedea3a9d2
1 changed files with 20 additions and 0 deletions
20
.arclint
Normal file
20
.arclint
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"exclude": "(^test/)",
|
||||
"linters": {
|
||||
"spelling": {
|
||||
"type": "spelling"
|
||||
},
|
||||
"merge-conflict": {
|
||||
"type": "merge-conflict"
|
||||
},
|
||||
"json": {
|
||||
"type": "json",
|
||||
"include": "(\\.json$)"
|
||||
},
|
||||
"cppcheck": {
|
||||
"type": "cppcheck",
|
||||
"include": "(\\.(cpp|h|cxx|hpp)$)",
|
||||
"flags": ["--language=c++", "--std=c++11"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue