Remove arcconfig and arclint

This commit is contained in:
Nicolas Fella 2020-11-16 01:28:22 +01:00
parent 9515b5e746
commit 50ba86202b
2 changed files with 0 additions and 23 deletions

View file

@ -1,3 +0,0 @@
{
"phabricator.uri" : "https://phabricator.kde.org/project/profile/159/"
}

View file

@ -1,20 +0,0 @@
{
"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"]
}
}
}