Skip to content

Remove disabling some seemingly removed rules #21

Remove disabling some seemingly removed rules

Remove disabling some seemingly removed rules #21

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
name: rubocop
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop