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
This commit is contained in:
parent
4bcd809664
commit
4271b73d22
1 changed files with 43 additions and 0 deletions
43
.arclint
Normal file
43
.arclint
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"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$)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue