datacite / lupo

DataCite REST API
https://api.datacite.org
MIT License
12 stars 8 forks source link

Exclude schema.rb from rubocop lint #1123

Closed kaysiz closed 9 months ago

kaysiz commented 9 months ago

Purpose

Exclude schema.rb from rubocop lint

closes: Add github issue that originated this PR

Approach

Update .rubocop.yml to exclude schema.rb

Open Questions and Pre-Merge TODOs

Learning

Types of changes

Reviewer, please remember our guidelines:

kaysiz commented 9 months ago

As far as I can tell, schema.db should be excluded entirely by default: rubocop/rubocop-rails#166

Unfortunately no, https://github.com/datacite/lupo/actions/runs/7898818978/job/21556988597 I have some builds that where failing lint, mybe we need to update our rubocop version :)