skippyPeanutButter / yaml_bot

Validate the content of a yaml file according to a set of rules
MIT License
3 stars 0 forks source link

Resolve all rubocop offenses #5

Closed skippyPeanutButter closed 7 years ago

skippyPeanutButter commented 7 years ago

After integrating rubocop into my existing code there were over 100 hundred offenses detected.

Either all offenses will need to be resolved, or disable certain validations via the configuration options.

skippyPeanutButter commented 7 years ago

Addressed in this PR