-
Unless I'm wrong golangci-lint is used in this project but without any configuration, so with the default golangci-lint setting. So a very limited set of linters are enabled
Is there a reason?
Can I…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Now, Super-linter **does not** support [Biome](https://biomejs.dev)
### Expected Behavior
S…
-
As a user, I'd like to have SAS syntax checking/linting features.
-
This is a discussion issue for adding ability to run eslint in parallel for multiple files.
The idea is that ESLint is mostly CPU bound, not IO bound, so creating multiple threads (for machine with m…
-
We have linter rule @azure-tools/typespec-azure-core/casing-style, which will raise warning for something like `VirtualMachineScaleSetVM`, capital V and capital M. We should modify this rule to pass s…
-
Hi,
isort linting works very nice, but I am missing a single option to finish my ruff setup - which is 'group_by_package'.
1. Would it be easy to implement?
2. What is my workaround for temporary…
-
I just installed the extension and things like running code and autocomplete work just fine.
However no errors are getting highlighted.
How do I enable the linter? Unfortunately the wiki isn't hel…
-
The should lint as a method call error, but it doesn't:
Note that it does produce a method error at the REPL:
```julia
julia> reshape(1:4, "hello", 2)
ERROR: MethodError: no method matchin…
-
In #5505 we introduced a `revive` linter, but had to disable many of its rules because they were breaking on some places in the code. https://github.com/jaegertracing/jaeger/blob/b38d2f9bc18806b6e716f…
-
At the moment, only a blank/whitespace line is recognized as a stanza separator:
```
$ cat test.txt
Title Google
URL https://google.com
Title Yahoo
URL https://yahoo.com
$ ./ezproxy-config…