4271b73d22
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
43 lines
945 B
Text
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$)"
|
|
]
|
|
}
|
|
}
|
|
}
|