Page MenuHomePhabricator
Feed Advanced Search

Mar 18 2017

NameFILIP added a comment to T9785: Add ESLint Linter.

Found these related diffs:
https://secure.phabricator.com/D13557
https://secure.phabricator.com/D12198
https://secure.phabricator.com/D15124

Mar 18 2017, 8:38 PM · Lint
NameFILIP added a comment to T9785: Add ESLint Linter.

ESLinter it the best linter in the JavaScript world. Are there any plans on adding support for it in the near future?

Mar 18 2017, 8:36 PM · Lint

Mar 10 2017

cinek updated the task description for T12382: ArcanistJSONLintRenderer fails to produce JSON output with non-UTF-8 encodings.
Mar 10 2017, 2:39 PM · Lint, Arcanist, Bug Report
cinek created T12382: ArcanistJSONLintRenderer fails to produce JSON output with non-UTF-8 encodings.
Mar 10 2017, 2:24 PM · Lint, Arcanist, Bug Report

Feb 28 2017

epriestley merged T12327: ArcanistPuppetLintLinter doesn't work with puppet-lint 2.1.0 or later into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Feb 28 2017, 12:06 AM · Lint, Arcanist

Feb 26 2017

swisspol added a comment to T10817: Allow more characters for built-in `filename` linter.

For the record, you can work around the problem as such:

{
  "linters": {
    "filename": {
      "type": "filename",
      "exclude": ["(\\+)", "(\\@)"]
    }
}
Feb 26 2017, 1:29 AM · Lint, Feature Request

Feb 2 2017

jannet added a comment to T7293: Add support for ansible-lint.

Is there any plan to add support for this in the near future?

Feb 2 2017, 12:25 PM · Arcanist, Lint

Jan 30 2017

epriestley added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

This is all frozen until we sort it out more generally.

Jan 30 2017, 8:56 PM · Lint, Arcanist
arwineap added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

@epriestley I like the work going on to externalize the linters, and I understand why you would merge the tasks.

Jan 30 2017, 8:43 PM · Lint, Arcanist
epriestley merged T12169: puppet-linter fails immediately into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Jan 30 2017, 8:39 PM · Lint, Arcanist
epriestley merged T12169: puppet-linter fails immediately into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Jan 30 2017, 8:39 PM · Lint, Arcanist

Jan 1 2017

joshuaspence added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

Do you see there being a "Blessed" foo-linter (maybe as a repo on this instance?), or will there be multiple foo-tributes fending themselves in the wilds of github?

This is all still pretty early, but I imagine this instance mostly just collecting packages into a directory for now. The actual source might be on GitHub, but you'd be able to search this instance to find all foo-linter extensions by authors who had bothered to register their packages.

In some cases, we'd likely pull linters out of arc and turn them into Phacility-Published extensions (secure.phabricator.com/phacility/foo-linter) which we'd sign. These would be "blessed", as long as you continue trusting our signing keys.

In some cases, I'd like to "soft-bless" extensions as "safe, but don't come to us for support" with some sort of "Community Badge of Quality" key. For example, you might publish a secure.phabricator.com/cburroughs/foo-linter) which we'd sign in an advisory way which mean "we looked at the code, it seems fine, but we aren't taking bug reports for it". The UI and arc install would show users that someone they trust also trusts this code.

In some cases, untamed wilds, but collected in one place and searchable, with signing and a consistent toolset.

If nothing is blessed, you may have to make a decision like this yourself:

$ arc install foo-lint
Query "foo-lint" matches multiple packages:

  secure.phabricator.com/alice/foo-lint
  secure.phabricator.com/bob/foo-lint

None of these packages or vendors are signed by anything you trust.

Which package do you want to install?

But I think that should be OK. And we can do some level of positive and negative curation (advisory signing on good packages, disabling bad packages)..

You'll also be able to have an internal package directory for your company's stuff, so you can just publish internal things to it and then everyone can use standard tools to manage extensions.

Some day far in the future I could imagine the package directory integrating with other applications (e.g., giving each package its own repositories and tasks, like GitHub) but that's definitely far in the future. I expect most extensions (like linter bindings) to be small so they wouldn't get much benefit (e.g., 100 lines of code updated a couple times a year) and large extensions (eventually, third-party applications) to probably want to self-host on their own Phabricator instances in most cases.

The immediate goal is just fixing the problem that distributing extensions is a huge pain and all solutions have major downsides, with "convince the upstream to accept the extension" being the best option for everyone but us. The new distribution mechanism would be:

$ arc lint
Okay, automatically installing all the extensions this project needs.

(...prompts if you need to trust new stuff...)

Done!
...
nice lint output

Which fixes distribution. In the long run, there's a lot we can do to build stronger ecosystem tools, but I'm less worried about tackling that stuff today than I am about moving distribution to a broadly reasonable mechanism.

Jan 1 2017, 3:22 AM · Lint, Arcanist

Dec 14 2016

rscircus added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

@rscircus - this task (like I assume most tasks here) needs paid prioritization to move forward. see https://secure.phabricator.com/w/prioritization/

Oh really? Nice to hear, that I'll get monetary appreciation for contributing. 😉

Dec 14 2016, 3:38 AM · Lint, Arcanist

Dec 13 2016

epriestley closed T6841: Maybe create an annotation for "this is strictly a template class" as Wontfix.

At least today, our error rate on this seems so low that it probably isn't worth implementing. We could take another look at it if we see more of it in the future (perhaps after we begin encouraging application development), but we haven't seen more of this that I can recall recently.

Dec 13 2016, 12:29 PM · Lint

Dec 11 2016

cspeckmim added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

@rscircus - this task (like I assume most tasks here) needs paid prioritization to move forward. see https://secure.phabricator.com/w/prioritization/

Dec 11 2016, 5:23 PM · Lint, Arcanist
rscircus added a comment to T10038: Plan the mid-term pathway for unit-test/linter bindings.

It seems, this task/problem has truly no priority, as @epriestley mentioned in his task description already. After skimming through related T5055, that idea reminded me of https://aur.archlinux.org/.

Dec 11 2016, 6:44 AM · Lint, Arcanist

Dec 10 2016

avivey merged T11991: Add: Linter for Fortran into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Dec 10 2016, 6:58 PM · Lint, Arcanist

Dec 9 2016

drew.doan.370 added a comment to T11150: ArcanistTextLinter: Support UTF8.

You can disable just the LINT_BAD_CHARSET function and still use the rest of TextLinter by adding the following to the .arclint file:

Dec 9 2016, 6:35 PM · Restricted Project, Lint, Feature Request

Nov 29 2016

rsolomon added a comment to T9262: Community and Upstream interests for a flowtype linter.

I know this is more than a year old but...

Nov 29 2016, 7:36 PM · Lint

Nov 16 2016

michaeljs1990 placed T11517: arc lint missed some error reported from the golint up for grabs.
Nov 16 2016, 11:08 PM · Bug Report (Needs Information), Arcanist, Lint

Nov 14 2016

epriestley moved T4701: Linter for <?hh code from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 6:05 PM · Lint, Arcanist
epriestley moved T6061: `arc linters` should do basic environment checking from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 6:04 PM · Lint, Arcanist
epriestley moved T6653: Script and regex linter could use some examples from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 6:03 PM · Lint, Documentation, Arcanist
epriestley moved T7293: Add support for ansible-lint from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 6:02 PM · Arcanist, Lint
epriestley moved T8404: Running the cpplint linter through arcanist no longer works from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:58 PM · Lint, Arcanist
epriestley moved T9717: `arc lint --everything` will not lint directories (as opposed to files) under git from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:50 PM · Restricted Project, Lint, Arcanist
epriestley moved T9734: Cppcheck linter seems to show warnings from other files from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:50 PM · Lint, Arcanist
epriestley moved T9796: Add linting support for Elixir from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:49 PM · Lint, Arcanist
epriestley moved T9846: Diff on `arc lint` misleading when the replacement has newlines from Backlog to vNext on the Arcanist board.
Nov 14 2016, 5:49 PM · Restricted Project, Arcanist, Lint
epriestley moved T9870: Include clang-format-lint as a linter from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:49 PM · Restricted Project, Lint, Arcanist
epriestley moved T9886: Add Java linters, checkstyle and PMD from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:49 PM · Restricted Project, Arcanist, Lint
epriestley moved T10038: Plan the mid-term pathway for unit-test/linter bindings from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:49 PM · Lint, Arcanist
epriestley moved T11701: Add a lint rule for `if (CONSTANT) { ... }` from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:47 PM · Contributor Onboarding, Infrastructure, Arcanist, Lint
epriestley moved T11178: Some linters fail without a pathway forward if the PHP "xml" extension is not installed from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:47 PM · Lint, Arcanist, Bug Report
epriestley moved T11517: arc lint missed some error reported from the golint from Backlog to Unit/Lint Bindings on the Arcanist board.
Nov 14 2016, 5:47 PM · Bug Report (Needs Information), Arcanist, Lint

Nov 8 2016

Amerr added a comment to T6653: Script and regex linter could use some examples.

For reference and the benefit of people Googling how to configure a script and regex linter, here is a full example (using sass-lint):

.arcconfig file:

{
"linters": {
    // snip ...
    "sass": {
          "type": "script-and-regex",
          "include": "(\\.scss$)",
          "script-and-regex.script": "sh -c 'sass-lint -v \"$0\" || true'",
          "script-and-regex.regex": "(^((?P<file>.+): line (?P<line>[0-9]+), col (?P<col>[0-9]+), (?P<severity>[^\\-]*) - (?P<message>.*) \\((?P<name>[a-z\\-]+)\\))$)m"
    }
}
Nov 8 2016, 2:04 PM · Lint, Documentation, Arcanist

Nov 2 2016

epriestley added a comment to T9848: CustomLinter Fails.

If it is impossible to reproduce this issue without writing custom code, we won't accept a patch for it.

Nov 2 2016, 4:56 PM · Lint
cspeckmim placed T9886: Add Java linters, checkstyle and PMD up for grabs.
Nov 2 2016, 4:26 AM · Restricted Project, Arcanist, Lint
tjstum added a comment to T9848: CustomLinter Fails.

I know that upstream can't offer support for fixing this, but would you be at all willing to accept a patch that addresses this issue?

Nov 2 2016, 2:26 AM · Lint

Oct 29 2016

rayzyar added a comment to T11517: arc lint missed some error reported from the golint.

seems this is due to I didn't add the --lintall option,
the change is one line removal (existing file at the base commit)
thus it's considered as not concerned, but it is concerned actually because I didn't remove the entire function

Oct 29 2016, 4:55 PM · Bug Report (Needs Information), Arcanist, Lint

Oct 8 2016

eadler updated the task description for T10038: Plan the mid-term pathway for unit-test/linter bindings.
Oct 8 2016, 4:52 AM · Lint, Arcanist
eadler merged T10237: Pylint Linter fails on some specific python cases into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Oct 8 2016, 4:50 AM · Lint, Arcanist
eadler merged task T10237: Pylint Linter fails on some specific python cases into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Oct 8 2016, 4:50 AM · Lint, Bug Report

Oct 7 2016

tjstum added a comment to T10237: Pylint Linter fails on some specific python cases.

I have a patch to Arc that will use a non-printable control character (INFORMATION SEPARATOR THREE) instead of | for the separator.

Oct 7 2016, 8:15 PM · Lint, Bug Report

Oct 4 2016

eadler merged T11719: arc lint doesn't handle miscompiled cppcheck properly into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Oct 4 2016, 6:26 PM · Lint, Arcanist

Sep 27 2016

epriestley moved T11701: Add a lint rule for `if (CONSTANT) { ... }` from Backlog to Ready on the Contributor Onboarding board.
Sep 27 2016, 3:57 PM · Contributor Onboarding, Infrastructure, Arcanist, Lint
epriestley added a project to T11701: Add a lint rule for `if (CONSTANT) { ... }`: Contributor Onboarding.
Sep 27 2016, 3:57 PM · Contributor Onboarding, Infrastructure, Arcanist, Lint

Sep 26 2016

epriestley created T11701: Add a lint rule for `if (CONSTANT) { ... }`.
Sep 26 2016, 3:12 PM · Contributor Onboarding, Infrastructure, Arcanist, Lint

Sep 6 2016

andypoorman added a comment to T8492: Add a lint wrapper for PHPMD.

I solved this for my purposes here. It might be a decent starting point for you: https://github.com/andypoorman/arcanist/commit/f1eb928c462029397fff9a1f1c42122a6d54bc9f

Sep 6 2016, 5:32 PM · Lint

Aug 30 2016

chad merged T11564: Add default support for java linters into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Aug 30 2016, 8:07 PM · Lint, Arcanist

Aug 29 2016

rayzyar added a comment to T11517: arc lint missed some error reported from the golint.

I've just tried to reproduce again, seems my steps cannot reproduce it.
I couldn't find out a good way to reproduce this bug.
Here is what I found :
when I change my existing code (removing the comment of an exported variable or method), arc lint at root git directory doesn't trigger the ADVICE
however arc lint xxx/xxx.go could trigger the lint ADVICE

And I tried to copy the same code to try to reproduce this, it works perfectly with arc lint at root git directory.
BTW, I am using some extension, https://github.com/zerodiff/traphic

Thank you a lot for looking into this

Aug 29 2016, 3:29 AM · Bug Report (Needs Information), Arcanist, Lint
rayzyar added a comment to T11517: arc lint missed some error reported from the golint.

I've just tried to reproduce again, seems my steps cannot reproduce it.
I couldn't find out a good way to reproduce this bug.
Here is what I found :
when I change my existing code (removing the comment of an exported variable or method), arc lint at root git directory doesn't trigger the ADVICE
however arc lint xxx/xxx.go could trigger the lint ADVICE

Aug 29 2016, 3:14 AM · Bug Report (Needs Information), Arcanist, Lint

Aug 28 2016

avivey edited projects for T11517: arc lint missed some error reported from the golint, added: Bug Report (Needs Information); removed Bug Report.
Aug 28 2016, 6:55 PM · Bug Report (Needs Information), Arcanist, Lint
michaeljs1990 triaged T11517: arc lint missed some error reported from the golint as Low priority.
Aug 28 2016, 6:38 PM · Bug Report (Needs Information), Arcanist, Lint
michaeljs1990 claimed T11517: arc lint missed some error reported from the golint.
Aug 28 2016, 6:37 PM · Bug Report (Needs Information), Arcanist, Lint
michaeljs1990 added a comment to T11517: arc lint missed some error reported from the golint.

You are going to have to post more information. I am able to correctly see the error you posted following these steps.

Aug 28 2016, 6:37 PM · Bug Report (Needs Information), Arcanist, Lint
michaeljs1990 added a comment to T11517: arc lint missed some error reported from the golint.

Can you post your arclint file

Aug 28 2016, 5:46 PM · Bug Report (Needs Information), Arcanist, Lint
chad added a comment to T11517: arc lint missed some error reported from the golint.

See Planning for timelines on how we work. If this issue is urgent and blocking your company, see Support Resources for prioritization options.

Aug 28 2016, 4:22 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar added a comment to T11517: arc lint missed some error reported from the golint.

@chad could u take a look again

Aug 28 2016, 3:45 PM · Bug Report (Needs Information), Arcanist, Lint

Aug 23 2016

rayzyar updated the task description for T11517: arc lint missed some error reported from the golint.
Aug 23 2016, 5:42 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar edited projects for T11517: arc lint missed some error reported from the golint, added: Bug Report; removed Bug Report (Needs Information).
Aug 23 2016, 5:41 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar added a comment to T11517: arc lint missed some error reported from the golint.
In T11517#191349, @chad wrote:

Please follow the instructions in Contributing Bug Reports. This is not a valid report without version information and step by step reproduction information.

Aug 23 2016, 3:20 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar updated the task description for T11517: arc lint missed some error reported from the golint.
Aug 23 2016, 3:20 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar updated the task description for T11517: arc lint missed some error reported from the golint.
Aug 23 2016, 3:14 PM · Bug Report (Needs Information), Arcanist, Lint
chad edited projects for T11517: arc lint missed some error reported from the golint, added: Bug Report (Needs Information); removed Bug Report.
Aug 23 2016, 1:57 PM · Bug Report (Needs Information), Arcanist, Lint
chad added a comment to T11517: arc lint missed some error reported from the golint.

Please follow the instructions in Contributing Bug Reports. This is not a valid report without version information and step by step reproduction information.

Aug 23 2016, 1:57 PM · Bug Report (Needs Information), Arcanist, Lint
rayzyar added projects to T11517: arc lint missed some error reported from the golint: Lint, Arcanist.
Aug 23 2016, 9:08 AM · Bug Report (Needs Information), Arcanist, Lint

Aug 17 2016

Shredder121 added a comment to T6653: Script and regex linter could use some examples.

I also encounter issues configuring the script and regex linter.
However, I use regex101 to test my regex, so I know that works.
If I remove the || true exit code workaround, I see that the right commands are issued, with the right stdout, so that works as well.

Aug 17 2016, 12:42 PM · Lint, Documentation, Arcanist

Aug 11 2016

epriestley closed T11461: Please add Linter for AngularJS angular-lint, a subtask of T10038: Plan the mid-term pathway for unit-test/linter bindings, as Wontfix.
Aug 11 2016, 12:25 PM · Lint, Arcanist
epriestley closed T11461: Please add Linter for AngularJS angular-lint as Wontfix.

We don't currently plan to bring any more third-party linters upstream. Instead, we're going to make it easier for users to write and distribute linter bindings themselves.

Aug 11 2016, 12:25 PM · Lint, Arcanist
rehnathomas created T11461: Please add Linter for AngularJS angular-lint.
Aug 11 2016, 12:20 PM · Lint, Arcanist

Aug 5 2016

eadler added a project to T10219: Show suggested lint autofix in Differential web view: Restricted Project.
Aug 5 2016, 5:05 PM · Lint, Differential

Aug 4 2016

epriestley merged T11430: Add PyLint3 to Arcanist Linters into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Aug 4 2016, 6:41 PM · Lint, Arcanist
epriestley merged task T11430: Add PyLint3 to Arcanist Linters into T10038: Plan the mid-term pathway for unit-test/linter bindings.
Aug 4 2016, 6:41 PM · Lint, Arcanist, Feature Request
avivey added a comment to T11430: Add PyLint3 to Arcanist Linters.

If it functions identically to pylint, then you can use the same linter binding and set bin to the new executable...

Aug 4 2016, 6:31 PM · Lint, Arcanist, Feature Request
CodeMouse92 created T11430: Add PyLint3 to Arcanist Linters.
Aug 4 2016, 6:17 PM · Lint, Arcanist, Feature Request

Aug 2 2016

michaeloa added a comment to T11409: harbormaster.buildquery fatals on short array syntax in older PHP.

Thanks. Appreciate the quick fix on this.

Aug 2 2016, 12:18 PM · Lint, Harbormaster, Bug Report

Aug 1 2016

epriestley closed T11409: harbormaster.buildquery fatals on short array syntax in older PHP as Resolved by committing rP5380d877921e: Use long array syntax for compatibility instead of short array syntax.
Aug 1 2016, 5:45 PM · Lint, Harbormaster, Bug Report
epriestley added a revision to T11409: harbormaster.buildquery fatals on short array syntax in older PHP: D16358: Use long array syntax for compatibility instead of short array syntax.
Aug 1 2016, 12:08 PM · Lint, Harbormaster, Bug Report
epriestley renamed T11409: harbormaster.buildquery fatals on short array syntax in older PHP from Internal server error in Arcanist to harbormaster.buildquery fatals on short array syntax in older PHP.
Aug 1 2016, 11:26 AM · Lint, Harbormaster, Bug Report

Jul 30 2016

epriestley closed T11397: Overcommit -> arc lint, a subtask of T10038: Plan the mid-term pathway for unit-test/linter bindings, as Wontfix.
Jul 30 2016, 11:38 AM · Lint, Arcanist
eadler added a subtask for T10038: Plan the mid-term pathway for unit-test/linter bindings: T11397: Overcommit -> arc lint.
Jul 30 2016, 8:52 AM · Lint, Arcanist

Jul 21 2016

epriestley moved T5730: `arc lint --everything` reporting all symbols missing in libphutil/ on Windows? from Backlog to Windows on the Arcanist board.
Jul 21 2016, 12:09 PM · Lint, Windows, Arcanist
epriestley moved T9047: arc lint can not find php and phpcs from Backlog to Windows on the Arcanist board.
Jul 21 2016, 11:48 AM · Windows, Lint, Arcanist
epriestley moved T11105: ExecFuture performs blocking reads on Windows, causing deadlocks with `arc lint` from Backlog to Windows on the Arcanist board.
Jul 21 2016, 11:41 AM · Windows, Arcanist, Lint, Bug Report

Jul 4 2016

eadler moved T9957: Arcanist cpplint install information is out of date from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:15 PM · Restricted Project, Lint, Bug Report
eadler moved T9749: `arc lint --only-new` doesn't work as expected from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:10 PM · Restricted Project, Lint, Arcanist
eadler moved T9846: Diff on `arc lint` misleading when the replacement has newlines from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:10 PM · Restricted Project, Arcanist, Lint
eadler moved T9870: Include clang-format-lint as a linter from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:10 PM · Restricted Project, Lint, Arcanist
eadler moved T9886: Add Java linters, checkstyle and PMD from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:10 PM · Restricted Project, Arcanist, Lint
eadler moved T9717: `arc lint --everything` will not lint directories (as opposed to files) under git from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:05 PM · Restricted Project, Lint, Arcanist
eadler moved T11150: ArcanistTextLinter: Support UTF8 from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 4 2016, 9:04 PM · Restricted Project, Lint, Feature Request

Jul 3 2016

nickhutchinson added a comment to T11105: ExecFuture performs blocking reads on Windows, causing deadlocks with `arc lint`.

This is solved with D11688, but it needs to be turned on globally (at the moment it's a per call option, which was added so that internally our custom unit test runner wouldn't deadlock).

Jul 3 2016, 12:06 PM · Windows, Arcanist, Lint, Bug Report

Jun 30 2016

eadler added a project to T11227: Support including files by shebang in .arclint: Restricted Project.
Jun 30 2016, 6:40 PM · Restricted Project, Lint, Feature Request

Jun 28 2016

epriestley triaged T11227: Support including files by shebang in .arclint as Low priority.

This is probably better implemented as "content" ("content matches regexp...") than the narrower "shebang".

Jun 28 2016, 9:06 PM · Restricted Project, Lint, Feature Request
avivey added a project to T11227: Support including files by shebang in .arclint: Lint.
Jun 28 2016, 8:47 PM · Restricted Project, Lint, Feature Request

Jun 25 2016

joshuaspence added a project to T11178: Some linters fail without a pathway forward if the PHP "xml" extension is not installed: Lint.
Jun 25 2016, 11:21 AM · Lint, Arcanist, Bug Report

Jun 18 2016

partofthething added a comment to T10237: Pylint Linter fails on some specific python cases.

I just encountered the same problem and this solution worked for me as well. Thanks @DheerendraRathor !

Jun 18 2016, 12:17 AM · Lint, Bug Report

Jun 17 2016

eadler moved T9717: `arc lint --everything` will not lint directories (as opposed to files) under git from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 17 2016, 7:09 AM · Restricted Project, Lint, Arcanist
eadler renamed T9717: `arc lint --everything` will not lint directories (as opposed to files) under git from `arc lint --everything` will not lint directories under git to `arc lint --everything` will not lint directories (as opposed to files) under git.
Jun 17 2016, 6:57 AM · Restricted Project, Lint, Arcanist