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

tidy all files and fix critic violations #1250

Merged
merged 5 commits into from
Sep 8, 2024
Merged

Conversation

haarg
Copy link
Member

@haarg haarg commented Sep 8, 2024

This brings all files in line with the defined tidy and critic rules using precious. Some files aren't currently being checked by the tests, which are still using tidyall.

mickeyn
mickeyn previously approved these changes Sep 8, 2024
The tests are currently only applied to a subset of files, but in the
future we will be using precious against all files.

Remove gitignore sorting from the tidyall config. It uses a different
sorting algorithm than what we will be using in the future with
precious. Once we fully transition to precious, the order will be
checked again. But for now it isn't a high priority.
We require modules to use strict. Using no strict is already a signal
that we are doing something abnormal, and generally doesn't have any
alternatives. This would force disabling strict, then silencing the
critic rule about disabling strict. Needing a second signal for the same
thing is pointless.
@mickeyn mickeyn merged commit 37e4b23 into master Sep 8, 2024
1 check passed
@mickeyn mickeyn deleted the haarg/tidy-critic-all branch September 8, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants