Return type in derived functions #181
Annotations
10 errors and 2 warnings
src/interface.jl#L51
Use `tin(item,collection)` instead of the Julia's `in` or `∈`. raicode/src/interface.jl
|
src/interface.jl#L199
Use `tin(item,collection)` instead of the Julia's `in` or `∈`. raicode/src/interface.jl
|
src/interface.jl#L279
Use custom exception instead of the generic `error()`. raicode/src/interface.jl
|
src/interface.jl#L466
Use `tin(item,collection)` instead of the Julia's `in` or `∈`. raicode/src/interface.jl
|
src/linting/extended_checks.jl#L58
Use $(x) instead of $x ([explanation](https://github.com/RelationalAI/RAIStyle?tab=readme-ov-file#string-interpolation)). raicode/src/linting/extended_checks.jl
|
src/linting/extended_checks.jl#L272
Use `tin(item,collection)` instead of the Julia's `in` or `∈`. raicode/src/linting/extended_checks.jl
|
src/linting/extended_checks.jl#L315
Use `tin(item,collection)` instead of the Julia's `in` or `∈`. raicode/src/linting/extended_checks.jl
|
src/linting/extended_checks.jl#L347
Use `thaskey(dict,key)` instead of the Julia's `haskey`. raicode/src/linting/extended_checks.jl
|
src/linting/extended_checks.jl#L401
Use `thaskey(dict,key)` instead of the Julia's `haskey`. raicode/src/linting/extended_checks.jl
|
src/linting/extended_checks.jl#L404
Use `thaskey(dict,key)` instead of the Julia's `haskey`. raicode/src/linting/extended_checks.jl
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading