From 22af9b34db24b4f16d1b931c6bd12ce3fe22e03c Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Mon, 14 Jun 2021 15:04:37 +0200 Subject: [PATCH] Updated Rubocop configuration --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1c02511..a454784 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ # Please keep AllCops, Bundler, Style, Metrics groups and then order cops # alphabetically inherit_from: - - https://raw.githubusercontent.com/hanami/devtools/master/.rubocop.yml + - https://raw.githubusercontent.com/hanami/devtools/1.3.x/.rubocop.yml AllCops: TargetRubyVersion: 2.3.0