rubocop-socketry 0.1.0 → 0.1.1

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: 445a5ee210147c4a5ff2fd64e9b9b652c05d8d367a5e22c6e021ad7ae32c9b0b
4
- data.tar.gz: 68a660ee1a45d210fd1aff0a1fd95b6111231e6e94b8d415fa480d7e804756a0
3
+ metadata.gz: abb38c5191391101e2c6e33ecbf2461381c211efeb61b1a564603d6a7cdee934
4
+ data.tar.gz: 7f306f0e881d6a8fac183ae0190a8455fc5b9358f4d6cdf2cd4879255069ca26
5
5
  SHA512:
6
- metadata.gz: 8c3386766d825b8fa057c71f8dc58ee484378f0ec47a3a6445705f0a7d6e03ea54c0595ad946a445651a6a7952a49c8b23d258465f047415c13a98558617bf63
7
- data.tar.gz: 4e20dfca038f92fd398fcf3d1dbf64fbab9d639de3c9dc86b41080f1dd231531fe5786338836c6a486544e745c1c7d8f90374a28db8996792e53c5ed3b80b034
6
+ metadata.gz: edb6cf3cc36629fac5db3f5c36ecbcd22692677b12bc72937e413f211139efdbd1718d363b28c101339e32328965a98e7497f2c8f92fd3128521ce5ddc2eee03
7
+ data.tar.gz: 96dc733c3cdb27b03d50d65ae033d12299a298db28c6cd0fac00ab398e18179597a22fc7aeb35c49d9aff7ec15700b8ad0596cdec8d58a5318c9ab6ee50ca1be
checksums.yaml.gz.sig CHANGED
Binary file
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This is the default configuration file for rubocop-ioquatix.
4
+ # You can override any of these settings in your .rubocop.yml file.
5
+
6
+ Layout/ConsistentBlankLineIndentation:
7
+ Description: "Ensures that blank lines have the same indentation as the previous non-blank line."
8
+ Enabled: true
9
+ VersionAdded: "0.1.0"
@@ -35,7 +35,7 @@ module RuboCop
35
35
  LintRoller::Rules.new(
36
36
  type: :path,
37
37
  config_format: :rubocop,
38
- value: Pathname.new(__dir__).join("../../../config/default.yml")
38
+ value: File.expand_path("config.yaml", __dir__),
39
39
  )
40
40
  end
41
41
  end
@@ -5,6 +5,6 @@
5
5
 
6
6
  module RuboCop
7
7
  module Socketry
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-socketry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -72,6 +72,7 @@ extra_rdoc_files: []
72
72
  files:
73
73
  - agent.md
74
74
  - lib/rubocop/socketry.rb
75
+ - lib/rubocop/socketry/config.yaml
75
76
  - lib/rubocop/socketry/layout/consistent_blank_line_indentation.rb
76
77
  - lib/rubocop/socketry/plugin.rb
77
78
  - lib/rubocop/socketry/version.rb
metadata.gz.sig CHANGED
Binary file