-
Notifications
You must be signed in to change notification settings - Fork 295
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
Programming exercises
: Add Ruff SCA for Python to LocalCI
#9573
base: develop
Are you sure you want to change the base?
Conversation
Programming exercises
: Add Ruff SCA for PythonProgramming exercises
: Add Ruff SCA for Python to LocalCI
41becc3
to
9802cae
Compare
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
9802cae
to
9d809ef
Compare
9d809ef
to
46fda95
Compare
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
…e/programming-exercises/python-sca
…e/programming-exercises/python-sca
…e/programming-exercises/python-sca
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
…e/programming-exercises/python-sca
# Conflicts: # src/main/java/de/tum/cit/aet/artemis/programming/domain/StaticCodeAnalysisTool.java # src/main/java/de/tum/cit/aet/artemis/programming/service/localci/scaparser/format/sarif/Result.java # src/main/resources/config/application.yml # src/test/java/de/tum/cit/aet/artemis/programming/StaticCodeAnalysisParserUnitTest.java # src/test/java/de/tum/cit/aet/artemis/programming/util/ProgrammingExerciseFactory.java
Checklist
General
Server
Changes affecting Programming Exercises
Motivation and Context
Description
This PR is stacked on #9609.
This change adds SARIF parsing and the Ruff static code analysis tool for Python.
I am currently waiting for Ruff being added to the Python docker image: ls1intum/artemis-python-docker#3
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Screenshots