kdeconnect-kde/.arclint
2018-07-27 13:32:03 +02:00

20 lines
374 B
Text

{
"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"]
}
}
}