Landon Abney
Landon Abney
Is this PR still relevant? Can you rebase on `master` and fix the requested changes so we can see if the CI builds are still failing?
> The solution offered by them is to use the --resolve-plugins-relative-to CLI option, which linter could have as its default, should the user enable using the global config. `linter-eslint` brings...
This is a configuration issue with your environment, something in your shell environment (eg. `.bashrc`) isn't running properly when we attempt to execute `flake8`.
That setting _only_ clears the cache of searched paths, it has nothing to do with clearing things out of the module cache once they are in there. It's only useful...
I was going to comment that `flake8` has no method of specifying the file name for `stdin` content, but [apparently](https://github.com/AtomLinter/linter-flake8/pull/176#commitcomment-21900445) it does as of v3.0 so this might be possible...
v2.3.0 _should_ fix this, let us know if it doesn't 😉.
> However, in any other situation where the configuration file is not in the project's root, Flake8 does not recognize the file. @lucasdf Ideally these providers should be "the same...
Closing due to a lack of response. Please respond if you are still having issues in v5.5.0.
We are using the Node.js API, not the CLI interface so it's impossible to do this exactly as requested unfortunately. For your _specific_ flag it looks like there is a...
@bresgen Could you address the question in https://github.com/atom/flight-manual.atom.io/pull/480#issuecomment-414291208? As stated, your changes are modifying the section for when people _haven't_ added the repository, but require it to have been added...