Skip to content

Commit

Permalink
Revert rubocop-lychee to master (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfischer-okarin authored Jul 14, 2022
1 parent 29f249f commit b9e56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ group :rubocop, :development, :test do
dependencies.reject! { |i| %w[rubocop rubocop-rails rubocop-performance rubocop-rspec].include? i.name }

# rubocop, rubocop-rails, rubocop-rspec, rubocop-performanceはrubocop-lycheeの依存に入っているので、記入しない
gem 'rubocop-lychee', git: 'https://github.com/agileware-jp/rubocop-lychee.git', ref: 'default-config', require: false
gem 'rubocop-lychee', git: 'https://github.com/agileware-jp/rubocop-lychee.git', require: false
end

group :test do
Expand Down

0 comments on commit b9e56d7

Please sign in to comment.