-
Notifications
You must be signed in to change notification settings - Fork 0
Protos airbnb7 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
499f9d8
Bumped airbnb
tomprats 3d55c0d
exclude protobufs
Jbur43 70634b9
8.0
Jbur43 61f900f
test gem
Jbur43 6e92aa9
test
Jbur43 d8bd6e1
1.3.0.pre.alpha.1 upgrade rubo-bnb and ignore protos
Jbur43 5f8f7de
remove commented out stuff
Jbur43 c5715f3
updates
Jbur43 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module RuboCop | ||
module Traitify | ||
VERSION = "1.2.0" | ||
VERSION = "1.3.0.pre.alpha.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can probably bump this to 1.3.0 if you've tested it in Dash |
||
end | ||
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec| | |
Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on) | ||
Airbnb's https://github.com/airbnb/ruby | ||
EOF | ||
spec.authors = ["Tom Prats"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["Tom Prats", "Jack Burum"] | ||
spec.email = ["[email protected]", "[email protected]"] | ||
spec.homepage = "https://github.com/traitify/rubocop-traitify" | ||
spec.license = "MIT" | ||
spec.version = RuboCop::Traitify::VERSION | ||
spec.platform = Gem::Platform::RUBY | ||
spec.required_ruby_version = ">= 2.5" | ||
spec.required_ruby_version = ">= 2.7" | ||
spec.require_paths = ["lib"] | ||
spec.files = Dir[ | ||
"{config,lib}/**/*", | ||
|
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec| | |
"Gemfile" | ||
] | ||
|
||
spec.add_dependency("rubocop-airbnb", "~> 6.0.0") | ||
spec.add_dependency("rubocop-airbnb", "~> 8.0.0") | ||
end |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.