Factlink/pavlov

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.

DefWithoutParentheses:
  Enabled: false

Documentation:
  Enabled: false

LineLength:
  Enabled: false

Encoding:
  Enabled: false

SymbolName:
  Enabled: false

TrailingComma:
  Enabled: false
  EnforcedStyleForMultiline: comma

ClassAndModuleChildren:
  Enabled: false

DoubleNegation:
  Enabled: false