Commit Graph

10 Commits

Author SHA1 Message Date
Josh Hagins a67e080cc3 Move cask-specific rubocop configuration to Casks/.rubocop.yml 2016-01-16 18:19:30 -05:00
Josh Hagins c4fff7ec94 Exclude invalid-header-format test cask from rubocop 2016-01-04 05:26:12 -05:00
Josh Hagins ea1c6d2948 Be explicit about what we are excluding in RuboCop
This allows us to consistently lint test casks, and also will make
future updates to the list of files we lint a bit easier.
2016-01-04 05:26:12 -05:00
Josh Hagins ac5de248fa Update rubocop config for upcoming release 2016-01-03 15:28:49 -05:00
Josh Hagins ac9a724c5e Add rubocop-cask plugin for analyzing cask files
Source: https://github.com/jawshooah/rubocop-cask
2015-12-18 05:22:40 -05:00
Josh Hagins 425bc0a1b7 Update configs for updated rubocop 2015-12-18 05:20:46 -05:00
Josh Hagins 0f7a364724 Ignore Metrics/LineLength rule for Casks 2015-03-08 04:36:12 -04:00
Josh Hagins 2c066c0b6b Ignore Style/FileName rule for Casks
Casks are not named using snake_case, so exclude them from the
check. Leave it enabled for other files, though.
2015-03-08 01:11:04 -05:00
Josh Hagins 952a93a221 Enforce '%Q{}' literal style rather than '%{}' 2015-03-08 01:11:04 -05:00
Josh Hagins 16b172696f Add rubocop initial config with todo list 2015-03-06 19:07:58 -05:00