|
6 | 6 | # Note that changes in the inspected code, or installation of new |
7 | 7 | # versions of RuboCop, may require this file to be generated again. |
8 | 8 |
|
9 | | -# Offense count: 1 |
10 | | -# Cop supports --auto-correct. |
11 | | -# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. |
12 | | -# Include: **/*.gemspec |
13 | | -Gemspec/OrderedDependencies: |
14 | | - Exclude: |
15 | | - - 'babosa.gemspec' |
16 | | - |
17 | | -# Offense count: 1 |
18 | | -# Configuration parameters: Include. |
19 | | -# Include: **/*.gemspec |
20 | | -Gemspec/RequiredRubyVersion: |
21 | | - Exclude: |
22 | | - - 'babosa.gemspec' |
23 | | - |
24 | | -# Offense count: 1 |
25 | | -# Cop supports --auto-correct. |
26 | | -# Configuration parameters: EnforcedStyle, IndentationWidth. |
27 | | -# SupportedStyles: with_first_argument, with_fixed_indentation |
28 | | -Layout/ArgumentAlignment: |
29 | | - Exclude: |
30 | | - - 'babosa.gemspec' |
31 | | - |
32 | | -# Offense count: 9 |
33 | | -# Cop supports --auto-correct. |
34 | | -# Configuration parameters: EnforcedStyle, IndentationWidth. |
35 | | -# SupportedStyles: with_first_element, with_fixed_indentation |
36 | | -Layout/ArrayAlignment: |
37 | | - Exclude: |
38 | | - - 'lib/babosa/identifier.rb' |
39 | | - |
40 | | -# Offense count: 3 |
41 | | -# Cop supports --auto-correct. |
42 | | -# Configuration parameters: EnforcedStyle, IndentationWidth. |
43 | | -# SupportedStyles: special_inside_parentheses, consistent, align_braces |
44 | | -Layout/FirstHashElementIndentation: |
45 | | - Exclude: |
46 | | - - 'lib/babosa/transliterator/serbian.rb' |
47 | | - - 'spec/transliterators/vietnamese_spec.rb' |
48 | | - |
49 | | -# Offense count: 38 |
50 | 9 | # Cop supports --auto-correct. |
51 | 10 | # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle. |
52 | 11 | # SupportedHashRocketStyles: key, separator, table |
|
0 commit comments