rubocop-rspec.yml in gitlab-styles-2.4.1 vs rubocop-rspec.yml in gitlab-styles-2.5.0
- old
+ new
@@ -60,22 +60,22 @@
# Checks the file and folder naming of the spec file.
RSpec/FilePath:
Enabled: true
IgnoreMethods: true
- Exclude:
- - 'qa/**/*'
- - 'spec/javascripts/fixtures/*'
- - 'spec/requests/api/v3/*'
# Checks if there are focused specs.
RSpec/Focus:
Enabled: true
# Checks the arguments passed to `before`, `around`, and `after`.
RSpec/HookArgument:
Enabled: true
EnforcedStyle: implicit
+
+# Checks for unused parameters to the `have_link` matcher.
+RSpec/HaveLinkParameters:
+ Enabled: true
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: is_expected, should
RSpec/ImplicitExpect:
Enabled: true