.rubocop.yml in pg_objects-1.2.1 vs .rubocop.yml in pg_objects-1.2.2
- old
+ new
@@ -154,17 +154,10 @@
be: is
have: has
not: does not
IgnoredWords: []
-# Checks the file and folder naming of the spec file.
-RSpec/FilePath:
- Enabled: true
- CustomTransform:
- RuboCop: rubocop
- RSpec: rspec
-
RSpec/ImplicitExpect:
EnforcedStyle: should
Enabled: true
# incorrect treats shoulda-matchers
@@ -183,9 +176,15 @@
Enabled: false
# Enforces the usage of the same method on all negative message expectations.
RSpec/NotToNot:
EnforcedStyle: not_to
+ Enabled: true
+
+RSpec/SpecFilePathFormat:
+ Enabled: true
+
+RSpec/SpecFilePathSuffix:
Enabled: true
# Style #######################################################################
Style/AccessorGrouping: