This repository was archived by the owner on Aug 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +449
-364
lines changed Expand file tree Collapse file tree 4 files changed +449
-364
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,18 @@ Rails/ShortI18n:
175
175
Rails/WhereExists :
176
176
Enabled : true
177
177
178
+ Rails/AfterCommitOverride : # (new in 2.8)
179
+ Enabled : true
180
+
181
+ Rails/SquishedSQLHeredocs : # (new in 2.8)
182
+ Enabled : true
183
+
184
+ Rails/WhereNot : # (new in 2.8)
185
+ Enabled : true
186
+
187
+ Rails/UniqueValidationWithoutIndex :
188
+ Enabled : false
189
+
178
190
Lint/BinaryOperatorWithIdenticalOperands :
179
191
Enabled : true
180
192
@@ -216,3 +228,27 @@ Style/SingleArgumentDig:
216
228
217
229
Style/StringConcatenation :
218
230
Enabled : true
231
+
232
+ Lint/DuplicateRequire : # (new in 0.90)
233
+ Enabled : true
234
+
235
+ Lint/EmptyFile : # (new in 0.90)
236
+ Enabled : true
237
+
238
+ Lint/TrailingCommaInAttributeDeclaration : # (new in 0.90)
239
+ Enabled : true
240
+
241
+ Lint/UselessMethodDefinition : # (new in 0.90)
242
+ Enabled : true
243
+
244
+ Style/CombinableLoops : # (new in 0.90)
245
+ Enabled : true
246
+
247
+ Style/KeywordParametersOrder : # (new in 0.90)
248
+ Enabled : true
249
+
250
+ Style/RedundantSelfAssignment : # (new in 0.90)
251
+ Enabled : true
252
+
253
+ Style/SoleNestedConditional : # (new in 0.89)
254
+ Enabled : true
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/an-lee/mixin_bot.git
3
- revision: 1766fad3cc4a58876c4cb863da3448596792c35f
3
+ revision: 33cdd80eb6221fab33a8280eaa981ce24d3ae14c
4
4
branch: master
5
5
specs:
6
6
mixin_bot (0.2.0 )
@@ -246,12 +246,12 @@ GEM
246
246
mini_magick (4.10.1 )
247
247
mini_mime (1.0.2 )
248
248
mini_portile2 (2.4.0 )
249
- minitest (5.14.1 )
249
+ minitest (5.14.2 )
250
250
msgpack (1.3.3 )
251
251
mustermann (1.1.1 )
252
252
ruby2_keywords (~> 0.0.1 )
253
253
netrc (0.11.0 )
254
- nio4r (2.5.2 )
254
+ nio4r (2.5.3 )
255
255
nokogiri (1.10.10 )
256
256
mini_portile2 (~> 2.4.0 )
257
257
open4 (1.3.4 )
@@ -263,17 +263,17 @@ GEM
263
263
path_expander (1.1.0 )
264
264
pg (1.2.3 )
265
265
pg_query (1.2.0 )
266
- pghero (2.7.0 )
266
+ pghero (2.7.1 )
267
267
activerecord (>= 5 )
268
268
polyamorous (2.3.2 )
269
269
activerecord (>= 5.2.1 )
270
- public_suffix (4.0.5 )
271
- puma (4.3.5 )
270
+ public_suffix (4.0.6 )
271
+ puma (4.3.6 )
272
272
nio4r (~> 2.0 )
273
273
rack (2.2.3 )
274
274
rack-livereload (0.3.17 )
275
275
rack
276
- rack-protection (2.0.8.1 )
276
+ rack-protection (2.1.0 )
277
277
rack
278
278
rack-proxy (0.6.5 )
279
279
rack
324
324
execjs
325
325
railties (>= 3.2 )
326
326
tilt
327
- redis (4.2.1 )
327
+ redis (4.2.2 )
328
328
redis-namespace (1.8.0 )
329
329
redis (>= 3.0.4 )
330
330
redis-objects (1.5.0 )
340
340
mime-types (>= 1.16 , < 4.0 )
341
341
netrc (~> 0.8 )
342
342
rexml (3.2.4 )
343
- rubocop (0.89.1 )
343
+ rubocop (0.90.0 )
344
344
parallel (~> 1.10 )
345
345
parser (>= 2.7.1.1 )
346
346
rainbow (>= 2.2.2 , < 4.0 )
@@ -351,15 +351,15 @@ GEM
351
351
unicode-display_width (>= 1.4.0 , < 2.0 )
352
352
rubocop-ast (0.3.0 )
353
353
parser (>= 2.7.1.4 )
354
- rubocop-rails (2.7.1 )
354
+ rubocop-rails (2.8.0 )
355
355
activesupport (>= 4.2.0 )
356
356
rack (>= 1.1 )
357
357
rubocop (>= 0.87.0 )
358
358
ruby-progressbar (1.10.1 )
359
359
ruby-vips (2.0.17 )
360
360
ffi (~> 1.9 )
361
361
ruby2_keywords (0.0.2 )
362
- ruby_parser (3.14.2 )
362
+ ruby_parser (3.15.0 )
363
363
sexp_processor (~> 4.9 )
364
364
rubyzip (2.3.0 )
365
365
safe_yaml (1.0.5 )
@@ -377,19 +377,19 @@ GEM
377
377
childprocess (>= 0.5 , < 4.0 )
378
378
rubyzip (>= 1.2.2 )
379
379
semantic_range (2.3.0 )
380
- sexp_processor (4.15.0 )
381
- sidekiq (6.1.1 )
380
+ sexp_processor (4.15.1 )
381
+ sidekiq (6.1.2 )
382
382
connection_pool (>= 2.2.2 )
383
383
rack (~> 2.0 )
384
384
redis (>= 4.2.0 )
385
385
simplecov (0.19.0 )
386
386
docile (~> 1.1 )
387
387
simplecov-html (~> 0.11 )
388
388
simplecov-html (0.12.2 )
389
- sinatra (2.0.8.1 )
389
+ sinatra (2.1.0 )
390
390
mustermann (~> 1.0 )
391
- rack (~> 2.0 )
392
- rack-protection (= 2.0.8.1 )
391
+ rack (~> 2.2 )
392
+ rack-protection (= 2.1.0 )
393
393
tilt (~> 2.0 )
394
394
spring (2.1.1 )
395
395
spring-watcher-listen (2.0.1 )
Original file line number Diff line number Diff line change 18
18
"@types/react" : " ^16.9.49" ,
19
19
"@types/react-dom" : " ^16.9.8" ,
20
20
"@types/react-router-dom" : " ^5.1.5" ,
21
- "antd" : " ^4.6.2 " ,
21
+ "antd" : " ^4.6.3 " ,
22
22
"apollo-boost" : " ^0.4.9" ,
23
23
"awesome-typescript-loader" : " ^5.2.1" ,
24
24
"babel-plugin-import" : " ^1.13.0" ,
You can’t perform that action at this time.
0 commit comments