Skip to content

Commit

Permalink
Fix gem packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Drowze committed Dec 19, 2023
1 parent cab470b commit dfe7423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Overhaul/MutableReformDefaults:
Description: Detect usage of mutable defaults within Reform objects defaults.
Enabled: true
Include:
app/concepts/**/*.rb
- app/concepts/**/*.rb
VersionAdded: '0.0.1'
Overhaul/AssignmentInsteadOfComparison:
Description: Detect enumerable comparison blocks returning an assignment.
Expand Down
2 changes: 1 addition & 1 deletion rubocop-overhaul.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.files = Dir["lib/**/*"] + Dir["oh_defaults/*"]
spec.files = Dir["{lib,config,oh_defaults}/**/*"]

spec.add_dependency "rubocop", "~> 1.33"
end

0 comments on commit dfe7423

Please sign in to comment.