bump rubocop-discourse to 1.0.2 for NoURIEscapeEncode cop

This commit is contained in:
Martin Brennan 2019-12-12 14:30:27 +10:00
parent 91a5731e7b
commit 9c1e0b8bd2
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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)