Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable rubocop rules this project is compliant with (#537)
**What** Enable rubocop rules this project is compliant with - `Bundler/OrderedGems` - `Style/CollectionMethods` - `Style/FormatString` - `Naming/FileName` - `Style/SingleLineBlockParams` - `Style/TrivialAccessors` **Why** Since we are compliant with these rules it feels a bit weird to have them disabled in the `rubocop.yml` as we either are following the expectations intentionally and thus probably good to lock down, or the lints aren't ones that are relevant to this project if they have no issues a decade in.
- Loading branch information