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

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

Layout/CommentIndentation:
  AllowForAlignment: true