You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
945 B
43 lines
945 B
{ |
|
"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$)" |
|
] |
|
} |
|
} |
|
}
|
|
|