Skip to content

Commit b32003a

Browse files
committed
🙈 Can't use Rubocop in overcommit because rubocop
config is too old Signed-off-by: Peter Boling <[email protected]>
1 parent e80e7a9 commit b32003a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.overcommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# Uncomment the following lines to make the configuration take effect.
1717

1818
PreCommit:
19-
RuboCop:
20-
enabled: true
21-
on_warn: fail # Treat all warnings as failures
19+
# RuboCop:
20+
# enabled: true
21+
# on_warn: fail # Treat all warnings as failures
2222

2323
TrailingWhitespace:
2424
enabled: true

‎lib/oauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OAuth
4-
VERSION = "0.5.9".freeze
4+
VERSION = "0.5.9"
55
end

0 commit comments

Comments
 (0)