Skip to content

Commit

Permalink
ci: fix runs-on for testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 9, 2021
1 parent 81c37ad commit ec16ab1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: testing

jobs:
lint:
runs-on: ubuntu-20.04

steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down
8 changes: 5 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ Metrics/PerceivedComplexity:
Max: 10

Metrics/BlockLength:
Max: 35
Exclude:
- "**/*_spec.rb"

Metrics/LineLength:
Exclude:
- "gettext_i18n_rails_js.gemspec"
- "**/*_spec.rb"
IgnoredMethods:
- namespace

...

0 comments on commit ec16ab1

Please sign in to comment.