Skip to content

Release 3314

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:29
0819a3c

Trello card

https://trello.com/c/vOignwZ1/7002-clear-up-linting-errors-on-get-school-experience

Context

A recent rubocop bump on Get school experience uncovered over 6,000 linting errors

An attempt to autocorrect these linting errors didn’t work as other tests then started to break

Instead the errors have been moved to .rubocop_todo.yml

Changes proposed in this pull request

  • Fixes 36 FactoryBot/FactoryClassName instances

Guidance to review