theforeman / foreman_azure_rm

Adds Azure Resource Manager as a compute resource for The Foreman
GNU General Public License v3.0
9 stars 24 forks source link

Use theforeman-rubocop gem #188

Closed archanaserver closed 5 months ago

archanaserver commented 5 months ago

We have inherited strictest.yml here, because this rules have NewCops enable config. Also dropped Style/HashSyntax and Style/Documentation from here because that was also included in the inherit file.

This is part of Rubocop standerdization, link for the reference: https://community.theforeman.org/t/standardizing-rubocop-with-theforeman-rubocop/37239 https://github.com/theforeman/theforeman-rubocop/?tab=readme-ov-file#all-opinionated-cops-with-new-ones---strictest

archanaserver commented 5 months ago

Thanks @chris1984 for merging it, and @ekohl for helping me out :)