summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* Require Ruby 2.7 or laterTim Smith2021-01-041-1/+1
| | | | | | We support N-1 and Ohai will support Ruby 3 and 2.7 Signed-off-by: Tim Smith <tsmith@chef.io>
* Updates for the new perf copsTim Smith2020-09-081-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use rubocop-performance to enforce some best practicesrubocop_performanceTim Smith2020-08-111-0/+5
| | | | | | I've already fixed all the warnings. This will keep it that way. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update .rubocop.ymlLance Albertson2020-04-171-2/+2
| | | | | | The `Layout/Tab` cop has been renamed to `Layout/IndentationStyle` Signed-off-by: Lance Albertson <lance@osuosl.org>
* Minor testing updatesTim Smith2020-02-191-5/+1
| | | | | | | | Update the buildkite script to pass vars correctly Remove the CI group in the gemfile, which isn't being used anywhere Remove the legacy Performance/RegexpMatch cop from .rubocop.yml since the Performance cops are in rubocop (or Chefstyle) anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump Rubocop to the 2.5 engineTim Smith2018-11-241-2/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the deprecated system_profiler pluginTim Smith2018-10-261-1/+0
| | | | | | This has been replaced by the hardware plugin on macOS. Signed-off-by: Tim Smith <tsmith@chef.io>
* Resolve 2 unneeded sort warningsTim Smith2018-07-021-0/+3
| | | | | | We're trying to get the min so use min vs. sort then first. Signed-off-by: Tim Smith <tsmith@chef.io>
* Exclude example output from rubocop rules & remove changelog generator gemTim Smith2018-03-271-0/+6
| | | | | | This gets our build green again Signed-off-by: Tim Smith <tsmith@chef.io>
* Enable ChefStyle per RFC 64tm/chefstyleThom May2016-01-121-0/+6