Skip to content

Commit

Permalink
More edits
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Dec 12, 2023
1 parent fbcd705 commit 002a3ad
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 deletions.
14 changes: 14 additions & 0 deletions packages/data_taster/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@ inherit_from: .rubocop_todo.yml

require:
- rubocop-powerhome

AllCops:
TargetRubyVersion: 2.7

Style/FrozenStringLiteralComment:
Exclude:
- 'gemfiles/*'

Bundler/OrderedGems:
Exclude:
- 'gemfiles/*'

Rails:
Enabled: false
10 changes: 9 additions & 1 deletion packages/data_taster/.rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-12-12 07:53:54 UTC using RuboCop version 1.52.1.
# on 2023-12-12 08:11:45 UTC using RuboCop version 1.56.4.
# 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 10
# Configuration parameters: EnforcedStyle, AllowedGems, Include.
# SupportedStyles: Gemfile, gems.rb, gemspec
# Include: **/*.gemspec, **/Gemfile, **/gems.rb
Gemspec/DevelopmentDependencies:
Exclude:
- 'data_taster.gemspec'

# Offense count: 4
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
Metrics/MethodLength:
Expand Down
3 changes: 0 additions & 3 deletions packages/data_taster/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
source "https://rubygems.org"

gemspec

gem "rubocop", ">= 1.32"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
27 changes: 13 additions & 14 deletions packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
PATH
remote: ../rubocop-powerhome
specs:
rubocop-powerhome (0.5.2)
rubocop (~> 1.52.0)
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec

PATH
remote: .
specs:
Expand Down Expand Up @@ -73,6 +63,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand All @@ -85,6 +76,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
license_finder (7.1.0)
bundler
rubyzip (>= 1, < 3)
Expand Down Expand Up @@ -178,14 +170,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.52.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -197,6 +191,12 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-powerhome (0.5.0)
rubocop
rubocop-performance
rubocop-rails
rubocop-rake
rubocop-rspec
rubocop-rails (2.22.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -260,8 +260,7 @@ DEPENDENCIES
rainbow (= 2.2.2)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (>= 1.32)
rubocop-powerhome!
rubocop-powerhome (= 0.5.0)
simplecov (= 0.15.1)
test-unit (= 3.1.5)
yard (= 0.9.34)
Expand Down

0 comments on commit 002a3ad

Please sign in to comment.