Reporting showerror
#237
Annotations
10 errors and 1 warning
Run lint:
src/linting/extended_checks.jl#L58
Use $(x) instead of $x ([explanation](https://github.com/RelationalAI/RAIStyle?tab=readme-ov-file#string-interpolation)).
|
Run lint:
src/linting/extended_checks.jl#L295
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L351
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L354
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L355
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L395
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L491
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L503
Use `thaskey(dict,key)` instead of the Julia's `haskey`.
|
Run lint:
src/linting/extended_checks.jl#L538
Use `tin(item,collection)` instead of the Julia's `in` or `∈`.
|
Run lint:
test/rai_rules_tests.jl#L31
Unsafe logging statement. You must enclose variables and strings with `@safe(...)`.
|
Get changed files
The current working directory is not inside a git repository: /home/runner/work/StaticLint.jl/StaticLint.jl
|
Loading