Actions
Bug #6421
closedTurn on rubocop for tests and specs
Description
https://github.com/Katello/katello/blob/master/.rubocop.yml#L72-L81 excludes tests and specs from rubocops reach. Unfortunately this means some of use periodically get pull request responses on our testslike
"There are some formatting issues here like indentation and spaces around =>."
We really need to be consistent formatting between tests and functional code.
Need to go thru the rubo cop formatiing issues w.r.t tests.
Actions