Page MenuHomec4science

.arclint
No OneTemporary

File Metadata

Created
Thu, Nov 21, 12:22

.arclint

{
"linters": {
"format": {
"type": "clang-format",
"include": [
"(\\.cc$)",
"(\\.hh$)"
],
"exclude": "(^third-party/)"
},
"python": {
"type": "flake8",
"include": [
"(\\.py$)"
],
"exclude": "(^third-party/)",
"severity.rules": {
"(^E)": "error",
"(^W)": "warning",
"(^F)": "advice"
}
},
"merges": {
"type": "merge-conflict"
}
}
}

Event Timeline