Skip to content

Commit

Permalink
Merge pull request #127 from gocardless/reference-as-plugins
Browse files Browse the repository at this point in the history
Change references to other packages as plugins
  • Loading branch information
stephenbinns authored Feb 18, 2025
2 parents 2f5cfa5 + 45c4a51 commit 23708db
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.4
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec
2 changes: 1 addition & 1 deletion gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'gc_ruboconfig'
spec.version = '5.0.2'
spec.version = '5.0.3'
spec.summary = "GoCardless's shared Rubocop configuration, conforming to our house style"
spec.authors = %w[GoCardless]
spec.homepage = 'https://github.com/gocardless/ruboconfig'
Expand Down
4 changes: 3 additions & 1 deletion rails.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require:
plugins:
- rubocop-rails

require:
- rubocop-rspec_rails

Rails/AddColumnIndex:
Expand Down
4 changes: 3 additions & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require:
plugins:
- rubocop-rspec
- rubocop-performance

require:
- rubocop-factory_bot

AllCops:
Expand Down
2 changes: 2 additions & 0 deletions validate_config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'rubygems'

Bundler.require(:default)
Expand Down

0 comments on commit 23708db

Please sign in to comment.