From a361ffeaf9c9e55e11bb0b5807fa02c7caa6e3ed Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Mon, 14 Jun 2021 14:54:26 +0200 Subject: [PATCH] Change references from `master` to `main` --- .github/workflows/ci.yml | 2 +- .rubocop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49ada07..e67a4b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ name: ci - ".rubocop.yml" pull_request: branches: - - master + - main create: jobs: diff --git a/.rubocop.yml b/.rubocop.yml index 3cc15b9..9e7d8e9 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-unstable.yml + - https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml Layout/LineLength: Exclude: - "lib/hanami/utils/escape.rb"