rubocop-itsmycargo 0.2.4 → 0.2.5

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: 6150773ccc539b1839574bccfd699356e99018663220604efc74af7fee5063db
4
- data.tar.gz: 7d7ced6bd7da3f178ac705297b8c622c091bc354501b069aff812f78302fc19a
3
+ metadata.gz: 7965e3d207c706cd8efcd02f6b7e777ca1f6c5f89ce26dca749d58b07ca6ca47
4
+ data.tar.gz: 9b0acdbc1647dece8f1c8063179532c7fd9c74d1f9c5663a2614bd3e40132d20
5
5
  SHA512:
6
- metadata.gz: 8b8e33de82de64541488855880de1059eb6060e6f5f1846ae101008a79df399c5f9ec41d62d1b2917416434f762bc17aa96e04b0f2ee14f91a10d633721ed23b
7
- data.tar.gz: 24625c573f46f6a9916ba4d2f0e9b0767a3e4d6be7bcc564b1e0dde078575c6661050d8ad57c59659bf06b294fba33c2b2d0839b0ec9ab2d62f39ea7d9d16ea8
6
+ metadata.gz: 788f172a3c6beb7a7d59bf26e85158ce050caf83933dd6937e2825dffd7b54c9efb7fcff066f55bdf77c781e23b530560c5f90e5ab442f1fff66179d167cd89b
7
+ data.tar.gz: 4ec7c6c061361e9c5a2da4e214131dc630f3c194410eb88dd376f128ec932adb97f08cacf0767a86f9d8502ea5df81e4b2435ee720664cda03aad7c99e5c54b0
data/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  ### Next
2
+ ### v0.2.5-alpha-alpha-alpha-rc-rc - 2020-05-12
2
3
  ### v0.2.4-alpha-alpha-alpha-rc-rc - 2020-05-12
3
4
  ### v0.2.3-alpha-alpha-alpha-rc-rc - 2020-05-12
4
5
  ### v0.2.2-alpha-alpha-alpha-rc-rc - 2020-05-06
data/config/base.yml CHANGED
@@ -9,39 +9,11 @@ require:
9
9
  inherit_gem:
10
10
  standard: config/base.yml
11
11
 
12
- Layout/EmptyLinesAroundAttributeAccessor:
13
- Enabled: true
14
-
15
- Layout/SpaceAroundMethodCallOperator:
16
- Enabled: true
17
-
18
12
  # Allow longer line length for bigger screens
19
13
  Layout/LineLength:
20
14
  Max: 120
21
15
  StyleGuide: 'https://github.com/itsmycargo/rubocop-itsmycargo/blob/master/docs/Guide.adoc#maximum-line-length'
22
16
 
23
- Lint/RaiseException:
24
- Enabled: true
25
-
26
- Lint/StructNewOverride:
27
- Enabled: true
28
-
29
- Style/ExponentialNotation:
30
- Enabled: true
31
-
32
- Style/HashEachMethods:
33
- Enabled: true
34
-
35
- Style/HashTransformKeys:
36
- Enabled: true
37
-
38
- Style/HashTransformValues:
39
- Enabled: true
40
-
41
- # TODO: Enable with Ruby2.6
42
- Style/SlicingWithRange:
43
- Enabled: false
44
-
45
17
  Style/Documentation:
46
18
  Enabled: false
47
19
  StyleGuide: 'https://github.com/itsmycargo/rubocop-itsmycargo/blob/master/docs/Guide.adoc#classmodule-documentation'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Itsmycargo
5
- VERSION = "0.2.4"
5
+ VERSION = "0.2.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-itsmycargo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikko Kokkonen