Skip to content

Commit

Permalink
Use normal Rubocop release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Oct 26, 2022
1 parent 96c23aa commit 0dd3ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inherit_from:
- "https://www.goodcop.style"
- "https://www.goodcop.style/rubocop.yml"
- "https://www.goodcop.style/tabs.yml"

AllCops:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "simplecov", group: [:test]
gem "benchmark-ips"
gem "htmlbeautifier", group: [:docs]
gem "benchmark-memory"
gem "rubocop", require: false, github: "joeldrapper/rubocop", branch: "rubocop-user-agent"
gem "rubocop", require: false
gem "syntax_suggest"
gem "foreman"
gem "filewatcher", group: [:docs]

0 comments on commit 0dd3ce0

Please sign in to comment.