-
Currently, the project doesn't enforce consistent code style or run automated code quality checks on every commit. This can lead to inconsistent code formatting, overlooked errors, and code that doesn…
-
When generating an SDK using the `speakeasy quickstart` command in a directory that uses the new [ESLint flat config file](https://eslint.org/blog/2022/08/new-config-system-part-2/#the-new-config-file…
-
### box.linters version
0.10.2
### Sample source code to lint
Somewhat similar to #110 but this time using ../
Create a file `Foo.R` containing:
``` r
foo
-
-
Currently I'm using eslint for code lint, basically auto set up by command `npm init @eslint/config`, but it keep saying like `import type {xxx} from xxx` is wrong syntax. I tried also @barbel/eslint-…
-
- It seems that the time it takes to lint a file increases exponentially with the size the file.
- It seems that performance when using bigquery is worse than other SQL flavors (e.g. ANSI). E.g. for…
-
In the spirit of Verilator tagline `"Open-source SystemVerilog simulator and lint system"`, and even more in the light of acute and urgent dev community needs, may we propose to seriously consider dus…
-
# Where
- `/libs/movex-server/src/lib/movex-server.ts`
# What
There are a few linting issues in the codebase that need to be addressed to improve overall code quality. These linting issues are f…
-
Here is the code
```julia
module TestPkg
function test(a::FT) where {FT
-
Reexported functions are not detected by the linter which underlines functions from a reexported package as a possible error. For example `StatsPlots` reexports `Plots` but the linter shows
![image…