From 5a72ae0321c005d474a55ca0a74918c749257055 Mon Sep 17 00:00:00 2001 From: Kay Lack Date: Sat, 28 Aug 2021 17:34:13 +0100 Subject: [PATCH] Bump version to 2.2.0 --- .rubocop-stub.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop-stub.yml b/.rubocop-stub.yml index 649a20e..f1b0598 100644 --- a/.rubocop-stub.yml +++ b/.rubocop-stub.yml @@ -10,4 +10,4 @@ # Configure Rubocop to use the config file in the Scaffolint GitHub repo inherit_from: - - https://raw.githubusercontent.com/makersacademy/scaffolint/v2.1.0/.rubocop.yml + - https://raw.githubusercontent.com/makersacademy/scaffolint/v2.2.0/.rubocop.yml diff --git a/README.md b/README.md index 428fb77..b9155e1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Read [.rubocop.yml](.rubocop.yml) for details. 3. Copy the ScaffoLint config file to your project ```shell - ; curl -o .rubocop.yml https://raw.githubusercontent.com/makersacademy/scaffolint/v2.1.0/.rubocop-stub.yml + ; curl -o .rubocop.yml https://raw.githubusercontent.com/makersacademy/scaffolint/v2.2.0/.rubocop-stub.yml ``` Or, if you already have a Rubocop config file, add the relevant lines from the [stub file](./.rubocop-stub.yml).