linter output format is not standardized
See original GitHub issueThe standard format for linters is file-path:line:column
but cspell is using file-path[line, column]
, making it incompatible with lots of tools that rely on this.
For example iTerm2 fails to identify correct filename and the semantic-history feature get broken before it tries to open file-path[line
instead of file-path
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
linter output format is not standardized · Issue #35 - GitHub
The standard format for linters is file-path:line:column but cspell is using file-path[line, column], making it incompatible with lots of ...
Read more >Formatters - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >How to format ESLint output. Playing with CLIEngine API
Let's create our own module that will act like normal ESLint but will be able to format the output. npm init{ "name": "formatted-linting",...
Read more >JavaScript Standard Style
JavaScript style guide, linter, and formatter. This module saves you (and others!) time in three ways: No configuration. The easiest way to enforce...
Read more >Linting and Auto-formatting Ruby Code With RuboCop
Linting is the automated checking of source code for programmatic and stylistic errors. This checking is performed by a static code analysis ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With 3.1.1, this should work as expected.
I tested it with iTerm2, cmd-click will open the expected file and take the cursor to the right location.
I’m going to close for now.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.