Skip to content

Commit f2ddf9f

Browse files
Jbur43tomprats
andauthored
Protos airbnb7 (#4)
* upgrade airbnb to 8.0 * exclude protobufs Co-authored-by: Tomify <[email protected]>
1 parent 2e3ee47 commit f2ddf9f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ AllCops:
22
Exclude:
33
- bin/yarn
44
- db/schema.rb
5+
- lib/protobufs/traitify/**/*
56

67
inherit_from:
78
- ./rubocop-airbnb.yml

config/rubocop-airbnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-airbnb
33

44
# NOTE: Cop is too restrictive

lib/rubocop/traitify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RuboCop
22
module Traitify
3-
VERSION = "1.2.0"
3+
VERSION = "1.3.0"
44
end
55
end

rubocop-traitify.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec|
88
Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
99
Airbnb's https://github.com/airbnb/ruby
1010
EOF
11-
spec.authors = ["Tom Prats"]
12-
spec.email = ["[email protected]"]
11+
spec.authors = ["Tom Prats", "Jack Burum"]
12+
1313
spec.homepage = "https://github.com/traitify/rubocop-traitify"
1414
spec.license = "MIT"
1515
spec.version = RuboCop::Traitify::VERSION
1616
spec.platform = Gem::Platform::RUBY
17-
spec.required_ruby_version = ">= 2.5"
17+
spec.required_ruby_version = ">= 2.7"
1818
spec.require_paths = ["lib"]
1919
spec.files = Dir[
2020
"{config,lib}/**/*",
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
2424
"Gemfile"
2525
]
2626

27-
spec.add_dependency("rubocop-airbnb", "~> 6.0.0")
27+
spec.add_dependency("rubocop-airbnb", "~> 8.0.0")
2828
end

0 commit comments

Comments
 (0)