rubocop-basic 1.1.0 → 1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +4 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c4a7be448f095cbef51ca19c967f9985917f357424980cb710fbf161816eda5
4
- data.tar.gz: 64c0cd4325d3fa3aec95144a21a0f2e3e5a8525a147191b36a959f72094e4103
3
+ metadata.gz: 9d82c22a2318d39ce06edc26395e2326483f8cd738fb658c400791be3eaaf548
4
+ data.tar.gz: a7948b1812bf9f321933c7f932c661c36912608c05d44b824708f5b78aca9b09
5
5
  SHA512:
6
- metadata.gz: a870e38304ffa27dd68551530fa40138480bf0e20af92380f2c7898308bd5ff8742c378fc7d3bab16638a70582c208910ebcfc9b5f88d3b63b61f20664de53f4
7
- data.tar.gz: 852e36d16c7e81bcd1f545346c386cfd9847bb921ce8d63e3ecaf6bb8f0eced67568bb51e361631887bb9149e012f0dd999a84fbf02c400491330be956f546af
6
+ metadata.gz: aa57cd02262f7b0b5a3d50a1ef60d2ef921ea50b32ee363a4307fe9f5f7e64518906314aebb253a0ab17f496c69d48c025e938dbfbbaaa5e60e0cb806e044ed3
7
+ data.tar.gz: 8e4b903c71020b27ce0560456ce92adb7896dc59e44d78be561253f8087cd2628c2ac7185ddcfd92c2da55529b88273f5fb4f0012eb5a197bc2f5e082a8311c9
data/rubocop.yml CHANGED
@@ -33,6 +33,10 @@ Layout/MultilineMethodCallIndentation:
33
33
  Layout/ParameterAlignment:
34
34
  EnforcedStyle: with_fixed_indentation
35
35
 
36
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylehashsyntax
37
+ Style/HashSyntax:
38
+ EnforcedShorthandSyntax: always
39
+
36
40
  # https://docs.rubocop.org/rubocop/cops_style.html#stylestringliterals
37
41
  Style/StringLiterals:
38
42
  EnforcedStyle: double_quotes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-basic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-18 00:00:00.000000000 Z
10
+ date: 2025-03-24 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Swapping the most annoying defaults in rubocop.
13
13
  email:
@@ -23,8 +23,8 @@ licenses:
23
23
  metadata:
24
24
  rubygems_mfa_required: 'true'
25
25
  homepage_uri: https://github.com/ksylvest/rubocop-basic
26
- source_code_uri: https://github.com/ksylvest/rubocop-basic/tree/v1.1.0
27
- changelog_uri: https://github.com/ksylvest/rubocop-basic/releases/tag/v1.1.0
26
+ source_code_uri: https://github.com/ksylvest/rubocop-basic/tree/v1.2.0
27
+ changelog_uri: https://github.com/ksylvest/rubocop-basic/releases/tag/v1.2.0
28
28
  documentation_uri: https://github.com/ksylvest/rubocop-basic
29
29
  rdoc_options: []
30
30
  require_paths: