Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F507158
example arclint file with comment
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
mrkanaly
Jun 16 2015, 6:57 PM
2015-06-16 18:57:15 (UTC+0)
Size
757 B
Referenced Files
None
Subscribers
None
example arclint file with comment
View Options
{
"_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
Details
Attached
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)
Attached To
Mode
P1805 example arclint file with comment
Attached
Detach File
Event Timeline
Log In to Comment