kwin/.arclint
Vlad Zagorodniy 4271b73d22 Add .arclint
Summary: Ran `arc lint --everything`

Reviewers: #kwin, bshah, davidedmundson, graesslin

Reviewed By: #kwin, bshah, davidedmundson

Subscribers: romangg, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D14427
2018-10-02 19:44:07 +03:00

43 lines
945 B
Text

{
"linters": {
"chmod": {
"type": "chmod"
},
"cppcheck": {
"type": "cppcheck",
"include": [
"(\\.cc$)",
"(\\.cpp$)",
"(\\.cxx$)",
"(\\.hh$)",
"(\\.hpp$)",
"(\\.hxx$)",
"(\\.h$)"
],
"flags": [
"--language=c++",
"--std=c++14"
]
},
"json": {
"type": "json",
"include": [
"(^\\.arcconfig$)",
"(^\\.arclint$)",
"(\\.json$)"
]
},
"merge-conflict": {
"type": "merge-conflict"
},
"spelling": {
"type": "spelling"
},
"xml": {
"type": "xml",
"include": [
"(\\.xml$)"
]
}
}
}