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"