-
Notifications
You must be signed in to change notification settings - Fork 4
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 linter issues to be more in line with java rules #180
Conversation
@jarlah I was wondering if for the tests we could put the comments in the code in java doc. That way code gets a little cleaner and more readable. :) |
You can move comments thats ok. But can you add automated code linting in workflow? If it possible to come to a state when where it breaks it dont show a list of 100 problems ? |
I don't know about a way in github to do that. But I'll take a look to find out if it's possible :) |
https://www.freecodecamp.org/news/github-super-linter/ this might be an option :) |
maybe you can test it out on your own fork. I see it requires a bit of a setup with secrets and stuff |
I'll take a look I've never used github actions before. I'm a gitlab person. |
Chatgpt or perplexity ftw 🙈 |
you can do that in different PR if you want. Just mark it ready when you have fixed the linting stuff you seem fitting |
might also be overly overkill with github action for linting java code when there is literally almost no code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :)
i would recommend removing the silly one word "comment blocks" though
Fixing some linter issues based on the java-sonarcube-default rule set.