Skip to content

Make cops inherit from RuboCop::Cop::Base #23

Make cops inherit from RuboCop::Cop::Base

Make cops inherit from RuboCop::Cop::Base #23

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.3.5]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake