Skip to content

Enable Rubocop on CI pipeline

Takuya Noguchi requested to merge enable-effective-rubocop into master

Removes allow_failure on rubocop job.

While .rubocop.yml was introduced in !5 (merged) without the context of CI pipeline, !20 (merged) introduced the rubocop job with allow_failure.

Defers all lints to further fixes by pushing them to .rubocop_todo.yml.

Edited by Takuya Noguchi

Merge request reports