spec/.rubocop.yml in pg_search-2.3.6 vs spec/.rubocop.yml in pg_search-2.3.7
- old
+ new
@@ -1,14 +1,27 @@
inherit_from:
- ../.rubocop.yml
-Layout/LineLength:
- Enabled: false
+RSpec/ContextWording:
+ Prefixes:
+ - using
+ - via
+ - when
+ - with
+ - without
-Lint/SuppressedException:
- Enabled: false
+RSpec/DescribedClass:
+ Enabled: true
-Lint/UselessAssignment:
- Enabled: false
+RSpec/ExampleLength:
+ Max: 15
-Style/BlockDelimiters:
+RSpec/ExpectInHook:
Enabled: false
+
+RSpec/FilePath:
+ CustomTransform:
+ TSearch: "tsearch"
+ DMetaphone: "dmetaphone"
+
+RSpec/MultipleExpectations:
+ Max: 5