Skip to content

Conversation

@faisal
Copy link
Contributor

@faisal faisal commented Nov 9, 2025

Rubocop now gives us a warning:

$ be rubocop            
.rubocop.yml:19: `Metrics/MethodLength` is concealed by line 96
Inspecting 116 files
....................................................................................................................

116 files inspected, no offenses detected

This PR does two things:

  1. It unifies the Metrics/MethodLength configuration (which was redundant, as it happens).
  2. It sorts all the cop configurations to be alphabetical.

Check list:

@faisal faisal marked this pull request as draft November 9, 2025 20:42
@faisal
Copy link
Contributor Author

faisal commented Nov 9, 2025

Would we be happier if this were one commit to deal with Metrics/MethodLength and then a second to sort the cops?

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.

1 participant