summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* add description + make rubocop less annoyinglcg/shell-out-internal-flagLamont Granquist2018-05-251-0/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Ignore habitat directory for style checks.Ryan Hass2018-05-021-0/+1
| | | | | | | Rubocop was flagging template files in the habitat directory which we do not need to run against. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* enable Lint/PercentStringArraylcg/rubocop.ymlLamont Granquist2017-08-241-2/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add .rubocop.yml to disable newly enabled chefstyle copsLamont Granquist2017-08-241-0/+26
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Use double quotes by defaultThom May2016-01-141-0/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* exclude vendor dirtm/add_chefstyleThom May2016-01-121-0/+1
|
* Per RFC 64, do style checking of the Chef repoThom May2016-01-121-0/+3
This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on.