-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Feature Description
The recent addition of Rubocop linting revealed several refactoring opportunities in lib/decanter/core.rb to meet general coding standars.
The following metrics had to be disabled in RuboCop until these refactorings are done:
Metrics/AbcSizeMetrics/CyclomaticComplexityNaming/PredicateName
Suggested Solution
Refactor the methods in core.rb so that Rubocop rules don't need to be disabled!
Alternatives Considered / Existing Workarounds
N/A
Additional Context
See conversation here.