.rubocop.yml in schemable-0.1.4 vs .rubocop.yml in schemable-1.0.0

- old
+ new

@@ -126,6 +126,10 @@ Layout/EmptyLinesAroundClassBody: # Disables empty lines around class body warning Enabled: false Layout/HeredocIndentation: # Disables heredoc indentation warning Enabled: false Layout/ClosingHeredocIndentation: # Disables closing heredoc indentation warning - Enabled: false \ No newline at end of file + Enabled: false +Rails/Output: # Disables rails output warning + Enabled: false +Metrics/ClassLength: # Disables class length warning + Max: 150