-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix B and C linting rules #165
Labels
bug
Something isn't working
good first issue
Good for newcomers
testing
Extensions and improvements to the testing infrastructure
Milestone
Comments
jwallwork23
added
bug
Something isn't working
testing
Extensions and improvements to the testing infrastructure
labels
Apr 17, 2024
ddundo
added a commit
that referenced
this issue
Apr 17, 2024
ddundo
added a commit
that referenced
this issue
May 9, 2024
Merged
ddundo
added a commit
that referenced
this issue
May 10, 2024
ddundo
added a commit
that referenced
this issue
Jun 23, 2024
ddundo
added a commit
that referenced
this issue
Jun 24, 2024
Edit: After #204, only C901 errors remain:
These will be addressed at a later point, after the restructuring of goalie (#189). |
ddundo
added a commit
that referenced
this issue
Jun 25, 2024
ddundo
added a commit
that referenced
this issue
Jun 26, 2024
Partially addresses #165. I enabled C linting rules but added C901 ("function is too complex") to the ignore list.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
testing
Extensions and improvements to the testing infrastructure
The current linter does not seem to catch
B
andC
rules even though they are enabled in.flake8
.Running the ruff linter caught the following:
The text was updated successfully, but these errors were encountered: