atom-linter icon indicating copy to clipboard operation
atom-linter copied to clipboard

Helper module for linter providers

Results 10 atom-linter issues
Sort by recently updated
recently updated
newest added

The generateRange function has a check that compares the column number to the length of the line. In cases where the column number is greater than the line length, atom-linter...

Closes #252 #253 #254 Includes the types from this PR. We can remove them here once that PR is merged. https://github.com/steelbrain/exec/pull/103

@steelbrain It seems that this package has not been maintained for a long time. The last release is from 4 years ago. Would you like to transfer it to the...

We no longer need to dig up the env for macOS non-terminal invocations of Atom In modern Atom versions it's handled automatically https://github.com/atom/atom/blob/d7f7b4f0aa4096df04e88a1b5f8e5e6887e96143/src/update-process-env.js#L81

Bumps [eslint-config-steelbrain](https://github.com/steelbrain/eslintrc) from 7.0.0 to 9.0.2. Changelog Sourced from eslint-config-steelbrain's changelog. 9.0.2 Remove extension requirement when importing TS files 9.0.1 Configure ESLint plugin import to resolve TS properly 9.0.0 Add...

dependencies

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.123.0 to 0.130.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=flow-bin&package-manager=npm_and_yarn&previous-version=0.123.0&new-version=0.130.0)](https://dependabot.com/compatibility-score/?dependency-name=flow-bin&package-manager=npm_and_yarn&previous-version=0.123.0&new-version=0.130.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to...

dependencies
security

The build status badge is actually missing, it is a nice to have feature.

enhancement

Hello! According to documentation, one can pass an Array as second argument for the `findAsync` method. What is the expected outcome of this? I was expecting something like: > Given...