synergy-cop 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae423d4796fba34fbae9d3de70c0aa6e478276d5e96dda4ffaad56f353c13143
4
- data.tar.gz: 58a503471cbdfc97c24ede64dde5f97d77a57df00292e3442f68e0d2c3bef86f
3
+ metadata.gz: 56fa53e209f01310f438c0e0112686bb3c72a019f92756e7a667c2d88f5d1149
4
+ data.tar.gz: 3c9affade619792f46e0753ccbb9e86a4f08e54b27eea5a01edeee5bcaae4a1f
5
5
  SHA512:
6
- metadata.gz: e72a2743044069059e35c7d219a8e415169ff213e786335baf1fec9341e01eb8688eba44f2f779755e7dec536801bcd17db1b3364eb35bee4332833c0461a394
7
- data.tar.gz: b3c4931e72bea85fbf51a205b9e66ea66d9655c0ed5b2612cde58c59830b531e9df1590f427584d441e263a22510b511536513b9559e7640e74f655d916b9ab9
6
+ metadata.gz: b737b3431955e50d10eb4700084d3e64abffa0f2aaf2bebe47da400c838bdb4d65634286377971721e81978f3a172f028c8ad1dcc71db7daa09edddb6a5350ef
7
+ data.tar.gz: 4fc974fc826b9d27f1e9932c7989d6323cfeffe9783aeea38d09873a4a75622b3e499ff9b8a7f762a221c43efb03fcafe16fa13e046c769e4402269983ef3ca2
@@ -1,3 +1,8 @@
1
+ require:
2
+ - rubocop-rails
3
+ - rubocop-rspec
4
+ - rubocop-performance
5
+
1
6
  AllCops:
2
7
  TargetRubyVersion: 2.7
3
8
  DisplayCopNames: true
@@ -59,3 +64,62 @@ Layout/HashAlignment:
59
64
  Lint/AmbiguousBlockAssociation:
60
65
  Exclude:
61
66
  - "spec/**/*"
67
+
68
+ RSpec/EmptyExampleGroup:
69
+ Enabled: false
70
+
71
+ RSpec/ExampleLength:
72
+ Max: 10
73
+
74
+ RSpec/HookArgument:
75
+ Enabled: false
76
+
77
+ RSpec/ImplicitBlockExpectation:
78
+ Enabled: false
79
+
80
+ RSpec/NamedSubject:
81
+ Enabled: false
82
+
83
+ RSpec/NestedGroups:
84
+ Enabled: false
85
+
86
+ RSpec/MessageSpies:
87
+ Enabled: false
88
+
89
+ RSpec/MultipleExpectations:
90
+ Enabled: false
91
+
92
+ RSpec/MultipleMemoizedHelpers:
93
+ Max: 10
94
+
95
+ RSpec/ContextWording:
96
+ Prefixes:
97
+ - when
98
+ - with
99
+ - without
100
+ - and
101
+ - but
102
+ - for
103
+
104
+ Style/ExpandPathArguments:
105
+ Exclude:
106
+ - bin/rails
107
+ - bin/rake
108
+
109
+ Rails/BulkChangeTable:
110
+ Enabled: false
111
+
112
+ Rails/HttpPositionalArguments:
113
+ Enabled: false
114
+
115
+ Rails/NotNullColumn:
116
+ Enabled: false
117
+
118
+ Rails/FilePath:
119
+ EnforcedStyle: arguments
120
+
121
+ Rails/UnknownEnv:
122
+ Environments:
123
+ - development
124
+ - production
125
+ - test
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Synergy
4
4
  module Cop
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synergy-cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruslan Valeev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-19 00:00:00.000000000 Z
11
+ date: 2020-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.0.3
101
+ rubygems_version: 3.1.4
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Dependency and configuration for rubocop.