standard 1.28.3 → 1.28.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/standard/creates_config_store.rb +1 -1
- data/lib/standard/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 336a74c43a1586b848e35590fa8a7fe902d9b43ad673decdb5fb0df757cbc143
|
4
|
+
data.tar.gz: 8259654132f8c8340d84b4f06f91411704ee372c73c2e55b4ffcc8fd61d3ac65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f48f8174a34e6131fd321c6d55b4f2344620449f7856dc1c3047f55912c740930391730d797cbc2046ee5f30fa181f227ae54cb94b70c19c8a09a6be0445312
|
7
|
+
data.tar.gz: '08df5f51287d8540393352a60f0e8bca80c2270e1d10703ff338ed9964447f32480966ecbf48bb441f30a596920370c9a70c69aebba2c6a8af33e3d05e16f6c6'
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -19,9 +19,9 @@ module Standard
|
|
19
19
|
RuboCop::ConfigStore.new.tap do |config_store|
|
20
20
|
options_config = @assigns_rubocop_yaml.call(config_store, standard_config)
|
21
21
|
@sets_target_ruby_version.call(options_config, standard_config)
|
22
|
-
@configures_ignored_paths.call(options_config, standard_config)
|
23
22
|
@combines_plugin_configs.call(options_config, standard_config)
|
24
23
|
@merges_user_config_extensions.call(options_config, standard_config)
|
24
|
+
@configures_ignored_paths.call(options_config, standard_config)
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
data/lib/standard/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.28.
|
4
|
+
version: 1.28.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|