Skip to content

Commit f2eb062

Browse files
committed
refactor: fix RuboCo complaints
1 parent 4a132c0 commit f2eb062

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ Naming/VariableNumber:
1212

1313
Layout/LineLength:
1414
Max: 120
15+
16+
Metrics/ClassLength:
17+
Exclude:
18+
- 'test/test_*'

lib/languages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class << self
1616
end
1717

1818
extend Gem::Deprecate
19-
deprecate :ancient, :none, 2025, 03
19+
deprecate :ancient, :none, 2025, 3
2020

2121
SCOPES.each do |scope|
2222
# prevent ambiguity of scope "special" and type "special"

0 commit comments

Comments
 (0)