mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
21 lines
271 B
YAML
21 lines
271 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.4
|
|
Exclude:
|
|
- _site/**/*
|
|
- vendor/**/*
|
|
|
|
Metrics/BlockLength:
|
|
Enabled: false
|
|
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Metrics/AbcSize:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|