summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
blob: 28352bd563cff0472b7fe68d2f6843d2147acf49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.3
  Exclude:
    - 'docs/**/*'
    - 'examples/**/*'
    - 'vendor/bundle/**/*'

Layout/CommentIndentation:
  AllowForAlignment: true

Layout/ExtraSpacing:
  AllowBeforeTrailingComments: true