mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 10:53:26 +08:00
bump rubocop-discourse to 1.0.2 for NoURIEscapeEncode cop
This commit is contained in:
parent
91a5731e7b
commit
9c1e0b8bd2
|
@ -138,6 +138,9 @@ DiscourseCops/NoChdir:
|
||||||
- 'spec/**/*' # Specs are run sequentially, so chdir can be used
|
- 'spec/**/*' # Specs are run sequentially, so chdir can be used
|
||||||
- 'plugins/*/spec/**/*'
|
- 'plugins/*/spec/**/*'
|
||||||
|
|
||||||
|
DiscourseCops/NoURIEscapeEncode:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Style/GlobalVars:
|
Style/GlobalVars:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Severity: warning
|
Severity: warning
|
||||||
|
|
|
@ -45,7 +45,6 @@ GEM
|
||||||
rake (>= 10.4, < 14.0)
|
rake (>= 10.4, < 14.0)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
aws-eventstream (1.0.3)
|
aws-eventstream (1.0.3)
|
||||||
|
|
||||||
aws-partitions (1.252.0)
|
aws-partitions (1.252.0)
|
||||||
aws-sdk-core (3.85.0)
|
aws-sdk-core (3.85.0)
|
||||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
|
@ -353,7 +352,7 @@ GEM
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 1.7)
|
unicode-display_width (>= 1.4.0, < 1.7)
|
||||||
rubocop-discourse (1.0.1)
|
rubocop-discourse (1.0.2)
|
||||||
rubocop (>= 0.69.0)
|
rubocop (>= 0.69.0)
|
||||||
ruby-openid (2.9.2)
|
ruby-openid (2.9.2)
|
||||||
ruby-prof (1.0.0)
|
ruby-prof (1.0.0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user