1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 20:49:51 +02:00
choosealicense.com/.rubocop.yml

17 lines
214 B
YAML
Raw Normal View History

2016-02-08 21:37:19 +01:00
AllCops:
TargetRubyVersion: 2.1
Exclude:
- _site/**/*
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Style/Documentation:
Enabled: false