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

Obsolete: Generic code linting support for Atom

Results 67 atom-lint issues
Sort by recently updated
recently updated
newest added

In the next release of Atom (v0.166), the scope name for C++ and Objective-C++ will change from `source.c++` and `source.objc++` to `source.cpp` and `source.objcpp`. This is being done to work...

Hello, Currently atom-lint seems cannot support c++11 by default. For example, the following code using lambda function is treated as an error: std::sort(vec.begin(), vec.end(), [](const pair& a, const pair& b)...

If when the lint process ends the tab has been closed, I get: ``` Uncaught Error: This TextEditor has been destroyed /Applications/Atom.app/Contents/Resources/app/src/display-buffer.js:989 ``` This has been so for several releases...

http://blog.atom.io/2014/10/31/language-scoped-config.html

In an attempt to work around https://github.com/atom/atom-shell/issues/550 causing issues for atom-lint, I found that the Go plugin fails to honor the configuration path. In my configuration I have: ``` 'gc':...

Atom 0.136.0 Atom Lint 0.20.0 OS X Yosemite I got following error on saving. This is an expected error because coffeelint is not installed, but it seems to generate zombie...

Add support for Cython language via flake8. Pure python mode of Cython is the same grammar as python.

I'm currently developing a [email protected] project and thus can't run rubocop as it can't be installed for 1.8.7 I'm using rbenv for ruby version control and was wondering if atom-lint...

It would be great if support for JSON linting could be integrated. I'm currently using this package https://github.com/tcarlsen/atom-jsonlint for my linting needs

- https://github.com/yujinakayama/atom-lint/issues/67 - https://github.com/yujinakayama/atom-lint/issues/72

react-editor