dc-rubocop 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/dc-rubocop.gemspec +1 -1
  3. data/default.yml +5 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4982ea72849b946123334f7f7de4e8f7a7dfafc83d67e60cfc7700e81d0dc0c
4
- data.tar.gz: 79341df6bfab3ed1d6d47758958c8d84af62f6c82de44814185b2bf3d400f5d2
3
+ metadata.gz: b21675fdf450ea6e01179c41bad22146fb1d5f200e2b9c81adea6415dfc91b72
4
+ data.tar.gz: 1c0ade7c0f3af7d2efff43e9c551019627c9fd49e8ab594d2b725555542cdec4
5
5
  SHA512:
6
- metadata.gz: ca70d1cdbd71079d675abcf48af9e64606d596c21447bf010286b2ed72614a673b72293d2e9f43d4637fd579e755f955fa12505885f65b0a29b6330229b300b6
7
- data.tar.gz: b65dfb2828cd607247367e048e37a8ad934127426f86c2e31e30f6769b6279edc9a2cbd7bef45dd2a97461da891ae8b7965c566da19b391ad7edb1bbcc8be376
6
+ metadata.gz: 1c64e5d9366591150c81ad2d5504dc6987a2bed2fd35a44893369ae9040f5f31772d0fda652af651611edfcea0a1ef123ab813ebba3a93d2c57ace6414035264
7
+ data.tar.gz: 61a637d9c557eb674b429865dbb80c4517a0f01fef268316c068b2ba1c9fc2f425fe70057b12ba21300aafe0306583bfd32b0d7af1e86d0a07f03d431398d9d0
data/dc-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "dc-rubocop"
5
- spec.version = "0.1.1"
5
+ spec.version = "0.1.2"
6
6
  spec.summary = "Shared RuboCop config for DC projects"
7
7
  spec.description =
8
8
  "Why spend 1 second copy-pasting when you can spend an hour creating a custom gem to share a RuboCop config"
data/default.yml CHANGED
@@ -14,6 +14,11 @@ Layout/LineLength:
14
14
  Metrics:
15
15
  Enabled: false
16
16
 
17
+ # I haven't benchmarked this, but it's less readable, and encoding problems
18
+ # are a PITA to debug
19
+ Performance/UnfreezeString:
20
+ Enabled: false
21
+
17
22
  Style/Documentation:
18
23
  Enabled: false
19
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dc-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Crosby