Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15433731
D9473.id22654.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
583 B
Referenced Files
None
Subscribers
None
D9473.id22654.diff
View Options
diff --git a/src/lint/linter/ArcanistPEP8Linter.php b/src/lint/linter/ArcanistPEP8Linter.php
--- a/src/lint/linter/ArcanistPEP8Linter.php
+++ b/src/lint/linter/ArcanistPEP8Linter.php
@@ -109,12 +109,7 @@
if (preg_match('/^W/', $code)) {
return ArcanistLintSeverity::SEVERITY_WARNING;
} else {
-
- // TODO: Once severities/.arclint are more usable, restore this to
- // "ERROR".
- // return ArcanistLintSeverity::SEVERITY_ERROR;
-
- return ArcanistLintSeverity::SEVERITY_WARNING;
+ return ArcanistLintSeverity::SEVERITY_ERROR;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 12:25 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7722941
Default Alt Text
D9473.id22654.diff (583 B)
Attached To
Mode
D9473: Restore PEP8 errors.
Attached
Detach File
Event Timeline
Log In to Comment