Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding in, hashkey, equal #29

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Adding in, hashkey, equal #29

merged 1 commit into from
Mar 7, 2024

Conversation

bergel
Copy link
Collaborator

@bergel bergel commented Mar 7, 2024

No description provided.

@bergel bergel added the build:lint Run the static analyzer Lint on the files modified in this PR label Mar 7, 2024
@bergel bergel merged commit 2607c86 into main Mar 7, 2024
7 of 12 checks passed
Copy link

github-actions bot commented Mar 7, 2024

Static code analyzer report

Output of the StaticLint.jl code analyzer
Report creation time (UTC): (2024-03-07T11:14:28.297)

  • Line 6, column 37: It is preferable to use tin(item,collection) instead of the Julia's in. at offset 266 of raicode/src/linting/extended_checks.jl
  • Line 132, column 5: It is preferable to use thaskey(dict,key) instead of the Julia's haskey. at offset 5236 of raicode/src/linting/extended_checks.jl
  • Line 187, column 5: It is preferable to use thaskey(dict,key) instead of the Julia's haskey. at offset 7963 of raicode/src/linting/extended_checks.jl
  • Line 11, column 5: Macro @spawn should be used instead of @async. at offset 309 of raicode/test/rai_rules_tests.jl
  • Line 14, column 11: Threads.nthreads() should not be used in a constant variable. at offset 337 of raicode/test/rai_rules_tests.jl
    🚨In total, 5 errors are found over 2 Julia files🚨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build:lint Run the static analyzer Lint on the files modified in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant