Page MenuHomePhabricator

D21298.diff
No OneTemporary

D21298.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -122,8 +122,6 @@
'less-context' => null,
'apply-patches' => pht('%s disables lint.', '--raw'),
'never-apply-patches' => pht('%s disables lint.', '--raw'),
- 'advice' => pht('%s disables lint.', '--raw'),
- 'lintall' => pht('%s disables lint.', '--raw'),
'create' => pht(
'%s and %s both need stdin. Use %s.',
@@ -148,8 +146,6 @@
'less-context' => null,
'apply-patches' => pht('%s disables lint.', '--raw-command'),
'never-apply-patches' => pht('%s disables lint.', '--raw-command'),
- 'advice' => pht('%s disables lint.', '--raw-command'),
- 'lintall' => pht('%s disables lint.', '--raw-command'),
),
),
'create' => array(
@@ -191,8 +187,6 @@
'nolint' => array(
'help' => pht('Do not run lint.'),
'conflicts' => array(
- 'lintall' => pht('%s suppresses lint.', '--nolint'),
- 'advice' => pht('%s suppresses lint.', '--nolint'),
'apply-patches' => pht('%s suppresses lint.', '--nolint'),
'never-apply-patches' => pht('%s suppresses lint.', '--nolint'),
),
@@ -222,21 +216,6 @@
"of lines, this may not work well. With this flag, a diff will ".
"be created that has only a few lines of context."),
),
- 'lintall' => array(
- 'help' => pht(
- 'Raise all lint warnings, not just those on lines you changed.'),
- 'passthru' => array(
- 'lint' => true,
- ),
- ),
- 'only-new' => array(
- 'param' => 'bool',
- 'help' => pht(
- 'Display only lint messages not present in the original code.'),
- 'passthru' => array(
- 'lint' => true,
- ),
- ),
'apply-patches' => array(
'help' => pht(
'Apply patches suggested by lint to the working copy without '.
@@ -374,10 +353,6 @@
'svn' => pht('Subversion does not support commit ranges.'),
'hg' => pht('Mercurial does not support %s yet.', '--head'),
),
- 'conflicts' => array(
- 'lintall' => pht('%s suppresses lint.', '--head'),
- 'advice' => pht('%s suppresses lint.', '--head'),
- ),
),
);

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 5:27 AM (1 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385458
Default Alt Text
D21298.diff (2 KB)

Event Timeline