Skip to content

Commit

Permalink
Update RuboCop TODO file (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg authored Feb 6, 2024
1 parent 8ba815d commit 16b09dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-02-09 12:00:54 UTC using RuboCop version 1.45.1.
# on 2024-02-06 10:24:39 UTC using RuboCop version 1.57.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -28,7 +28,7 @@ Layout/EmptyLineAfterMagicComment:

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
# Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, DefLikeMacros, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
Layout/EmptyLineBetweenDefs:
Exclude:
- 'lib/tetra/project_initer.rb'
Expand Down Expand Up @@ -93,6 +93,7 @@ Lint/InheritException:
- 'lib/tetra/facades/process_runner.rb'

# Offense count: 2
# Configuration parameters: AllowedParentClasses.
Lint/MissingSuper:
Exclude:
- 'lib/tetra/facades/process_runner.rb'
Expand Down Expand Up @@ -138,11 +139,13 @@ Style/AccessorGrouping:

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: MinBranchesCount.
Style/CaseLikeIf:
Exclude:
- 'lib/tetra/ui/get_pom_subcommand.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/CombinableLoops:
Exclude:
- 'spec/lib/fine/package_spec.rb'
Expand Down Expand Up @@ -287,7 +290,7 @@ Style/RedundantRegexpEscape:
Exclude:
- 'lib/tetra/version_matcher.rb'

# Offense count: 2
# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To develop tetra, you will need:

* to install Bundler and Ruby development headers. On SUSE distros, use
`sudo zypper install ruby2.5-rubygem-bundler ruby-devel`;
`sudo zypper install ruby2.7-rubygem-bundler ruby-devel`;
* to get development dependencies: `bundle install`;

To install a development version of tetra use:
Expand Down

0 comments on commit 16b09dc

Please sign in to comment.