standard-rubocop-lts 1.0.10 → 2.0.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.
data/config/ruby-1.9.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.0.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.1.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.2.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.3.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.4.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.5.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.6.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
data/config/ruby-2.7.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
@@ -27,3 +29,4 @@ inherit_gem:
27
29
  inherit_from:
28
30
  - ./base.yml
29
31
  - ./internal/ruby-2.7.yml
32
+ - ./internal/bin-bundle.yml
data/config/ruby-3.0.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
@@ -27,3 +29,4 @@ inherit_gem:
27
29
  inherit_from:
28
30
  - ./base.yml
29
31
  - ./internal/ruby-3.0.yml
32
+ - ./internal/bin-bundle.yml
data/config/ruby-3.1.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
@@ -27,3 +29,4 @@ inherit_gem:
27
29
  inherit_from:
28
30
  - ./base.yml
29
31
  - ./internal/ruby-3.1.yml
32
+ - ./internal/bin-bundle.yml
data/config/ruby-3.2.yml CHANGED
@@ -1,16 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
8
13
  require:
9
14
  - standard-rubocop-lts
10
15
  - standard
11
- - standard-performance
12
- - standard-custom
13
- - rubocop-performance
14
16
 
15
17
  # Load basic rules for this version of Ruby from standard.
16
18
  # Rules are overridden in a LIFO stack.
@@ -27,3 +29,4 @@ inherit_gem:
27
29
  inherit_from:
28
30
  - ./base.yml
29
31
  - ./internal/ruby-3.2.yml
32
+ - ./internal/bin-bundle.yml
data/config/ruby-3.3.yml CHANGED
@@ -1,20 +1,18 @@
1
- # We want Exclude and Include directives from different
1
+ # We want the Exclude and Include directives from different
2
2
  # config files to get merged, not overwritten
3
3
  inherit_mode:
4
4
  merge:
5
5
  - Exclude
6
6
  - Include
7
7
 
8
- require:
9
- - standard-rubocop-lts
10
- - standard
8
+ plugins:
9
+ - rubocop-performance
11
10
  - standard-performance
12
11
  - standard-custom
13
- - rubocop-performance
14
12
 
15
- # TODO: Load basic rules for Ruby 3.3 from Standard once they exist!
16
- # inherit_gem:
17
- # standard: config/ruby-3.3.yml
13
+ require:
14
+ - standard-rubocop-lts
15
+ - standard
18
16
 
19
17
  # Rules are overridden in a LIFO stack.
20
18
  # If rubocop-performance is listed first, and standard-performance after it,
@@ -22,7 +20,7 @@ require:
22
20
  # This is the opposite of what you might expect.
23
21
  # Below: standard's rules override rubocop-performance's (mostly disabling rules)
24
22
  inherit_gem:
25
- standard: config/base.yml
23
+ standard: config/ruby-3.3.yml
26
24
  standard-performance: config/base.yml
27
25
  standard-custom: config/base.yml
28
26
  rubocop-performance: config/default.yml
@@ -30,3 +28,4 @@ inherit_gem:
30
28
  inherit_from:
31
29
  - ./base.yml
32
30
  - ./internal/ruby-3.3.yml
31
+ - ./internal/bin-bundle.yml
@@ -0,0 +1,31 @@
1
+ # We want the Exclude and Include directives from different
2
+ # config files to get merged, not overwritten
3
+ inherit_mode:
4
+ merge:
5
+ - Exclude
6
+ - Include
7
+
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
13
+ require:
14
+ - standard-rubocop-lts
15
+ - standard
16
+
17
+ # Rules are overridden in a LIFO stack.
18
+ # If rubocop-performance is listed first, and standard-performance after it,
19
+ # then rubocop-performance's rules will take precedence.
20
+ # This is the opposite of what you might expect.
21
+ # Below: standard's rules override rubocop-performance's (mostly disabling rules)
22
+ inherit_gem:
23
+ standard: config/ruby-3.4.yml
24
+ standard-performance: config/base.yml
25
+ standard-custom: config/base.yml
26
+ rubocop-performance: config/default.yml
27
+
28
+ inherit_from:
29
+ - ./base.yml
30
+ - ./internal/ruby-3.4.yml
31
+ - ./internal/bin-bundle.yml
@@ -0,0 +1,32 @@
1
+ # We want the Exclude and Include directives from different
2
+ # config files to get merged, not overwritten
3
+ inherit_mode:
4
+ merge:
5
+ - Exclude
6
+ - Include
7
+
8
+ plugins:
9
+ - rubocop-performance
10
+ - standard-performance
11
+ - standard-custom
12
+
13
+ require:
14
+ - standard-rubocop-lts
15
+ - standard
16
+
17
+ # Rules are overridden in a LIFO stack.
18
+ # If rubocop-performance is listed first, and standard-performance after it,
19
+ # then rubocop-performance's rules will take precedence.
20
+ # This is the opposite of what you might expect.
21
+ # Below: standard's rules override rubocop-performance's (mostly disabling rules)
22
+ inherit_gem:
23
+ # TODO: Switch to config/ruby-3.5.yml once standard adds it
24
+ standard: config/base.yml
25
+ standard-performance: config/base.yml
26
+ standard-custom: config/base.yml
27
+ rubocop-performance: config/default.yml
28
+
29
+ inherit_from:
30
+ - ./base.yml
31
+ - ./internal/ruby-3.5.yml
32
+ - ./internal/bin-bundle.yml
@@ -7,7 +7,7 @@ module Standard
7
7
  module Version
8
8
  # Bump VERSION manually for each new release!
9
9
  # See: CONTRIBUTING.md
10
- VERSION = "1.0.10"
10
+ VERSION = "2.0.0"
11
11
  end
12
12
  end
13
13
  end
data.tar.gz.sig CHANGED
Binary file