mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 01:36:38 +00:00
Changes: - Adds optional --log-level flag and lots of debug output when level is set to "debug" - Adds optional --github-src-repo flag to specify a custom GitHub repository to download source tarball from. - Resolve all current Rubocop complaints.
31 lines
411 B
YAML
31 lines
411 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.4
|
|
NewCops: enable
|
|
|
|
Layout/LineLength:
|
|
Max: 80
|
|
|
|
Style/AccessorGrouping:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Metrics/AbcSize:
|
|
Enabled: false
|
|
|
|
Metrics/BlockLength:
|
|
Enabled: false
|
|
|
|
Metrics/ClassLength:
|
|
Enabled: false
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
Enabled: false
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Metrics/PerceivedComplexity:
|
|
Enabled: false
|