Current File : /home/jvzmxxx/wiki1/extensions/MultimediaViewer/.rubocop.yml
inherit_from: .rubocop_todo.yml

AllCops:
  # Only enforce rules that have an entry in the style guide
  StyleGuideCopsOnly: true

# uncomment when the offense is fixed
# Metrics/LineLength:
#   Max: 100

Metrics/MethodLength:
  Enabled: false

Style/Alias:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/TrivialAccessors:
  ExactNameMatch: true