Skip to content
Snippets Groups Projects
Commit 6f67648f authored by Darius Schneider's avatar Darius Schneider
Browse files

special cases for gems

parent 34cd885d
Branches
No related tags found
No related merge requests found
...@@ -22,4 +22,18 @@ Gemspec/RequireMFA: ...@@ -22,4 +22,18 @@ Gemspec/RequireMFA:
Naming/FileName: Naming/FileName:
Exclude: ['lib/*.rb'] Exclude: ['lib/*.rb']
# END Naming # END Naming
# BEGIN Rails
# allow gem models to subclass ActiveRecord::Base instead of ApplicationRecord
Rails/ApplicationRecord:
Enabled: false
# END Rails
# BEGIN Style
# ignore class in app folder of gem
Style/ClassAndModuleChildren:
Exclude: ['app/**/*.rb']
# END Style
# END Customizations # END Customizations
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment