rubocop-govuk 3.1.0 → 3.2.0

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: c985f0a7349aa6c850b6bd513842493da5f81e61591eedcf9cf4ce9d380fa8b9
4
- data.tar.gz: ef566e0f80e0370ebec6e7fc1ee067d4fc14c098197ea9b0785b9fc100c196bc
3
+ metadata.gz: 82b9a8a41b6ff232b9f25c7fde4a498c8f6cdf950749a7b6b2174bab4f4239e0
4
+ data.tar.gz: 779bd06389fe70038b21396ddb62e54fdd5e39e21fd6c2047d49db39e5657ae8
5
5
  SHA512:
6
- metadata.gz: e5a787cce9b118ce1198c3d22ab475219098a9f52f6199777ca26278951ea7e5b975b26ac4a344f7c2f0a67f187d3794358cfc520600fdf0512fadbaf6d5a7ca
7
- data.tar.gz: f6bdfd64f7c72676934547775707132425480acebb0fcc71174830eb29d1c170fc5e4a3e42d548f5916a9bd900db3e36f4e02326d9ae9f99b7dfe62bf72a7245
6
+ metadata.gz: 68ff798125fe9145572f42d53660e2195d238899bd38a55d384bc735a793ec987e02c579c827a64a1e13592fb99d9a7f92efa3e5eeb195c8cda830eb648989d8
7
+ data.tar.gz: 72549606aec583281a87915192229543ad5e4c0eb405ca710e08142471ffdfb70ee646474000d3a50cc9321a69d2f24a034413d38999de19adc4b02db2353065
@@ -1,3 +1,8 @@
1
+ # 3.2.0
2
+
3
+ * Configure new cops about hash styles (#24)
4
+ * Exclude `tmp` directory from linting checks (#22)
5
+
1
6
  # 3.1.0
2
7
 
3
8
  * Fix deprecation warning for AllCops/Excludes => AllCops/Exclude (#17)
@@ -2,6 +2,7 @@ AllCops:
2
2
  Exclude:
3
3
  - 'bin/**'
4
4
  - 'config.ru'
5
+ - 'tmp/**'
5
6
 
6
7
  DisplayCopNames:
7
8
  Description: 'Display cop names in offense messages'
@@ -380,3 +380,12 @@ Style/WhileUntilModifier:
380
380
 
381
381
  Style/FrozenStringLiteralComment:
382
382
  Enabled: false
383
+
384
+ Style/HashEachMethods:
385
+ Enabled: true
386
+
387
+ Style/HashTransformKeys:
388
+ Enabled: true
389
+
390
+ Style/HashTransformValues:
391
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-govuk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-05 00:00:00.000000000 Z
11
+ date: 2020-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake