Skip to content

Commit

Permalink
Supress module length lint for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jun 10, 2020
1 parent c6779d6 commit 9d5c6ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rspec/rails/configuration.rb
@@ -1,3 +1,4 @@
# rubocop: disable Metrics/ModuleLength
module RSpec
module Rails
# Fake class to document RSpec Rails configuration options. In practice,
Expand Down Expand Up @@ -184,3 +185,4 @@ def filter_rails_from_backtrace!
initialize_configuration RSpec.configuration
end
end
# rubocop: enable Metrics/ModuleLength

0 comments on commit 9d5c6ee

Please sign in to comment.