diff --git a/.rubocop.yml b/.rubocop.yml index 70a7d3d38..58cf10d34 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -54,3 +54,6 @@ Layout/SpaceInsideBlockBraces: Layout/TrailingBlankLines: Enabled: false + +Rails/ApplicationRecord: + Enabled: false