From 7aaa05aec8fb12dc1f2906ee3c7d279c936fb1c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:26:48 +0200 Subject: [PATCH] Bump rubocop from 0.81.0 to 0.82.0 (#670) Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.81.0 to 0.82.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.81.0...v0.82.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- .rubocop.yml | 6 +++--- Gemfile | 2 +- Gemfile.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 03181bbf4..ebef6cf77 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -129,6 +129,9 @@ Layout/HeredocIndentation: Layout/IndentationConsistency: Enabled: true +Layout/IndentationStyle: + Enabled: true + Layout/IndentationWidth: Enabled: true @@ -237,9 +240,6 @@ Layout/SpaceInsideReferenceBrackets: Layout/SpaceInsideStringInterpolation: Enabled: true -Layout/Tab: - Enabled: true - Layout/TrailingEmptyLines: Enabled: true diff --git a/Gemfile b/Gemfile index df4730d5f..baffd808d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "pry", "0.13.1" gem "rake", "~> 13.0" gem "rake-compiler", "~> 1.0" gem "rexml", "~> 3.2" # TODO: remove when https://github.com/gettalong/kramdown/pull/638 released -gem "rubocop", "0.81.0" +gem "rubocop", "0.82.0" gem "rubocop-performance", "~> 1.3" gem "simplecov", "0.18.5" gem "yard", "0.9.24" diff --git a/Gemfile.lock b/Gemfile.lock index fae538d6e..e7c01e5c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) parallel (1.19.1) - parser (2.7.0.5) + parser (2.7.1.1) ast (~> 2.4.0) pry (0.13.1) coderay (~> 1.1) @@ -47,7 +47,7 @@ GEM rake-compiler (1.1.0) rake rexml (3.2.4) - rubocop (0.81.0) + rubocop (0.82.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) @@ -82,7 +82,7 @@ DEPENDENCIES rake (~> 13.0) rake-compiler (~> 1.0) rexml (~> 3.2) - rubocop (= 0.81.0) + rubocop (= 0.82.0) rubocop-performance (~> 1.3) simplecov (= 0.18.5) yard (= 0.9.24)