Skip to content

Commit

Permalink
Disable language cop for protobuf since we don't control the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jan 31, 2022
1 parent 6cf567f commit 0256cc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ AllCops:
Include:
- "sorbet/rbi/**/*.rbi"

Naming/InclusiveLanguage:
Exclude:
- "lib/tapioca/compilers/dsl/protobuf.rb"

RSpec/BeforeAfterAll:
Enabled: false

Expand Down

0 comments on commit 0256cc3

Please sign in to comment.