aboutsummaryrefslogblamecommitdiffhomepage
path: root/.rubocop.yml
blob: 33ec24887a5a3a6f97f2fa3e68ad89c4346f96cc (plain) (tree)
1
2
3
4
5
6
7



                         


                




                     
 

                
 

                       
AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Metrics/LineLength:
  Max: 100

Metrics/AbcSize:
  Max: 20

Metrics/ParameterLists:
  Max: 10