summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* Rename cop in the .rubocop.yml for new chefstyleLamont Granquist2020-03-031-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* accidentally committedLamont Granquist2019-08-301-3/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add back the rubocop exclusionTim Smith2019-06-281-0/+1
| | | | | | | We still need this due to rubocop thinking the client.rb file is actually ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* Move the habitat content back to the habitat directoryTim Smith2019-06-281-1/+0
| | | | | | These were moved when the scafolding was in this dir Signed-off-by: Tim Smith <tsmith@chef.io>
* Exclude the right habitat directory in rubocopTim Smith2019-06-201-1/+1
| | | | | | The directory has been renamed Signed-off-by: Tim Smith <tsmith@chef.io>
* 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.