Skip to content

Commit

Permalink
refactor: fix RuboCo complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Nov 21, 2024
1 parent 4a132c0 commit f2eb062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Naming/VariableNumber:

Layout/LineLength:
Max: 120

Metrics/ClassLength:
Exclude:
- 'test/test_*'
2 changes: 1 addition & 1 deletion lib/languages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class << self
end

extend Gem::Deprecate
deprecate :ancient, :none, 2025, 03
deprecate :ancient, :none, 2025, 3

SCOPES.each do |scope|
# prevent ambiguity of scope "special" and type "special"
Expand Down

0 comments on commit f2eb062

Please sign in to comment.