Change references from `master` to `main`

This commit is contained in:
Luca Guidi 2021-06-14 14:54:26 +02:00
parent 1a87441d93
commit a361ffeaf9
No known key found for this signature in database
GPG Key ID: 703E823531C84B7D
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ name: ci
- ".rubocop.yml"
pull_request:
branches:
- master
- main
create:
jobs:

View File

@ -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"