diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index c8002518e2..0be88fb7ea 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -241,6 +241,8 @@ RSpec: # Intentionally disabled as it doesn't fit with our code style. RSpec/AnyInstance: Enabled: false +RSpec/IncludeExamples: + Enabled: false RSpec/SpecFilePathFormat: Enabled: false RSpec/StubbedMock: