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