You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After which, linting errors correctly populate in my IDE.
But when I upgrade to 0.0.14 or later, get the following error:
Searched for any of /absolute/path/to/linting_script.rb; couldn't be found within $PATH: [
"/opt/homebrew/bin",
// ...
"/usr/local/share/dotnet",
"~/.dotnet/tools"
]
rubocop's command took 0ms
My guess is that one of windows compatibility fixes caused an issue for Unix systems.
The text was updated successfully, but these errors were encountered:
By the looks of your log output, seems like you're running a custom lint script. Is that right? Maybe the issue is with custom scripts like yours, rather than macOS breakage all around (macOS is OS I use, and I can attest it's working).
Do you mind posting your config for this linting and the lint script itself (it doesn't have to be complete, but it should reproduce the error)?
When using the linter plugin on 0.0.13, I get the following output
After which, linting errors correctly populate in my IDE.
But when I upgrade to 0.0.14 or later, get the following error:
My guess is that one of windows compatibility fixes caused an issue for Unix systems.
The text was updated successfully, but these errors were encountered: