chore: monitor structure of the project#6291
Merged
Merged
Conversation
vil02
force-pushed
the
check_project_structure
branch
from
June 11, 2025 21:54
8e72017 to
3c28542
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6291 +/- ##
=========================================
Coverage 74.10% 74.10%
Complexity 5345 5345
=========================================
Files 677 677
Lines 18639 18639
Branches 3618 3618
=========================================
Hits 13812 13812
Misses 4272 4272
Partials 555 555 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vil02
force-pushed
the
check_project_structure
branch
from
June 11, 2025 21:57
3c28542 to
899ac4d
Compare
vil02
force-pushed
the
check_project_structure
branch
2 times, most recently
from
June 11, 2025 22:14
02f6b32 to
8c09f75
Compare
vil02
marked this pull request as ready for review
June 11, 2025 22:18
vil02
requested review from
BamaCharanChhandogi,
DenizAltunkapan,
alxkm,
siriak and
yanglbme
as code owners
June 11, 2025 22:18
siriak
reviewed
Jun 12, 2025
vil02
force-pushed
the
check_project_structure
branch
from
June 12, 2025 14:08
aaf8cfd to
41cd3d4
Compare
vil02
added a commit
to vil02/Java
that referenced
this pull request
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal of this change is to make the CI fail in case when some java files are not placed in the correct location (cf. #6288).
I realize that a python script might be an overkill at the first glance. I guess writing some smart shell script is possible, but in the long run, one could easily make the suggested solution more strict (do we have a naming convention of our tests? should we have one?).
Cf. the failing log.
clang-format -i --style=file path/to/your/file.java