brew/Library/.rubocop_cask.yml

28 lines
1.1 KiB
YAML
Raw Normal View History

inherit_from: ./Homebrew/.rubocop.yml
2018-11-12 04:46:47 +01:00
Cask/HomepageMatchesUrl:
Description: 'Ensure that the homepage and url match, otherwise add a comment. More info at https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/stanzas/url.md#when-url-and-homepage-hostnames-differ-add-a-comment'
2018-11-12 04:46:47 +01:00
Enabled: true
Cask/HomepageUrlTrailingSlash:
Description: 'Ensure that the homepage url has a slash after the domain name.'
Enabled: true
Cask/NoDslVersion:
Description: 'Do not use the deprecated DSL version syntax in your cask header.'
Enabled: true
Cask/StanzaGrouping:
Description: 'Ensure that cask stanzas are grouped correctly. More info at https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order'
2018-11-12 04:46:47 +01:00
Enabled: true
Cask/StanzaOrder:
Description: 'Ensure that cask stanzas are sorted correctly. More info at https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/cask_language_reference/readme.md#stanza-order'
2018-11-12 04:46:47 +01:00
Enabled: true
# don't want these for casks but re-enabled for Library/Homebrew
2018-11-12 04:46:47 +01:00
Style/FrozenStringLiteralComment:
Enabled: false
Metrics/BlockLength:
Enabled: false