summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MultimediaViewer/.rubocop.yml
blob: f4e4cba63376c167e01e548f8f14c8f442c18381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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