kdeconnect-kde/.arclint

21 lines
374 B
Text
Raw Normal View History

2018-07-27 12:32:03 +01:00
{
"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"]
}
}
}