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

fix: address latest norminette v3.3.55 update incompatibility issue #37

Merged
merged 3 commits into from
Apr 4, 2024

Conversation

ygor-sena
Copy link
Owner

The latest norminette v3.3.55 doesn't allow students to choose between the K&R or Allman indentation style; instead, it enforces the use of the latter. The K&R indentation style is used in the original Unix kernel, while the Allman style is used in BSD Unix.

Deciding whether to pin the tools used on CD/CI or to keep them updated is a complex question. We must consider factors such as stability versus being up-to-date, security, long-term maintenance, and compatibility. Since the project is finished, it doesn't require long-term maintenance, nor will it have major security issues since the tool used is only a code formatter. Few changes had to be made, so I decided to update the code formatting to adhere to norminette 3.3.55 and pin it on our CI/CD workflow.

To sum up, this PR ensures that our CI/CD doesn't break due to external changes if we further tinker with this beautiful project.

@ygor-sena ygor-sena added the ✨ enhancement New feature or request label Apr 4, 2024
@ygor-sena ygor-sena self-assigned this Apr 4, 2024
@ygor-sena ygor-sena requested a review from magalhaesm April 4, 2024 16:24
Copy link
Collaborator

@magalhaesm magalhaesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@magalhaesm magalhaesm merged commit aa4397a into main Apr 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants