Skip to content

v0.7.9

Choose a tag to compare

@pdobb pdobb released this 14 Feb 03:54
· 40 commits to main since this release
v0.7.9
2117561

[0.7.9] - 2025-2-13

  • Add rake task for erb_lint for Rails apps

[0.7.8] - 2025-2-12

  • Ignore create and update methods (controller actions) for Metrics/MethodLength cop
  • Ignore safe_join method calls for Layout/FirstMethodArgumentLineBreak cop
  • Don't consider hashes in cop: Metrics/ClassLength

[0.7.7] - 2025-2-4

  • Add Rake task for: brakeman

[0.7.6] - 2025-2-1

  • Update RuboCop config to allow long lines of deeply namespaced class comments

[0.7.5] - 2025-1-18

  • Fix eslint.rake to actually find/output/fail on eslint errors

[0.7.4] - 2025-1-4

  • Fix typo in Rubocop cop name

[0.7.3] - 2025-1-4

  • Update minimum Ruby version from 3.1 -> 3.2
  • Update RuboCop config to exclude db/seeds.rb from a few of the more restrictive Style/Layout/Metrics cops
  • Update reek config to altogether exclude db/seeds.rb