Page MenuHomePhabricator

example arclint file with comment

Authored By
mrkanaly
Jun 16 2015, 6:57 PM
Size
757 B
Referenced Files
None
Subscribers
None

example arclint file with comment

{
"_comment": [
"flake8",
"E201-Whitespace after '('",
"E202-Whitespace before ')'",
"E203-Whitespace before ':'"
],
"exclude": [
"(^bin/)"
],
"linters": {
"python": {
"type": "flake8",
"include": "(\\.py$)",
"severity": {
"E201": "disabled",
"E202": "disabled",
"E221": "disabled",
"E265": "disabled",
"E271": "disabled",
"E272": "disabled",
"E501": "disabled"
}
},
"source": {
"type": "cppcheck",
"include": "(\\.c$)",
"flags": [
"--enable=all"
]
}
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/ae/u5/ypkbxkg2aypoqymm
Default Alt Text
example arclint file with comment (757 B)

Event Timeline