Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

SELFS-1359: Rename Rubocop YAML #95

Merged
merged 6 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
${{ runner.os }}-gems-
- run: bundle config path vendor/bundle
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rubocop --config rubocop.yml
- run: bundle exec rubocop --config panolint-rubocop.yml
- run: bundle exec rspec
2 changes: 1 addition & 1 deletion rubocop.yml → panolint-rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# You can use this in your project's .rubocop.yml with the following at the top:
#
# inherit_gem:
# panolint: rubocop.yml
# panolint: panolint-rubocop.yml
#
# This allows you to selectively override settings in projects, for example, if
# you're working on a Sinatra project, disabling the Rails cops is probably
Expand Down