diff --git a/.rubocop.yml b/.rubocop.yml index 770b8947b96..b3aa52b0a3f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -128,6 +128,10 @@ Rails/SkipsModelValidations: Exclude: - '*/spec/**/*' +# We have tasks that are not needing the Rails environment for builds and such that are not in the Rails app +Rails/RakeEnvironment: + Enabled: false + # We use a lot of # # expect {