Add .arclint

This commit is contained in:
Nicolas Fella 2018-07-27 13:32:03 +02:00
parent 02e52b787b
commit fedea3a9d2

20
.arclint Normal file
View 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"]
}
}
}