arcanist-linters icon indicating copy to clipboard operation
arcanist-linters copied to clipboard

A collection of custom Arcanist linters

Results 6 arcanist-linters issues
Sort by recently updated
recently updated
newest added

I'm running `arc lint` with this config: ```json { "linters": { "prettier-eslint": { "type": "prettier-eslint", "bin": "./node_modules/.bin/prettier-eslint", "include": ["(\\.ts$)", "(\\.css$)"] } } } ``` `arc lint` shows this error: ```...

Hi there, We (Dropbox) also use ESLint with `arc` and I happened to stumble upon this repo. We just open-sourced https://github.com/dropbox/eslint-formatter-arcanist as well that deals w/ autofix and arc byte...

This is more of a question than a bug or feature request: Since Phacility is winding down operations since June 1st, and therefore Phabricator is no longer actively maintained, how...

question

If you use the prettier linter, it works fine with normal auto fixes, but if the yaml is invalid and prettier throws to stderr it causes the entire arc lint...

I was wondering whether you'd be open to share the "about 65 lines of PHP" that [were mentioned on your blog](https://medium.com/pinterest-engineering/pinterest-ktlint-35391a1a162f) adding `ktlint` support. 🙏

This took me a while to figure out but the `ESLintLinter` uses the column from ESLint to tell Arc what to fix: ``` $message->setChar(idx($offense, 'column')); ``` However this is the...