Skip to content

Commit ce1b142

Browse files
committed
Fix RuboCop violations.
1 parent a2c3e50 commit ce1b142

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
source "https://rubygems.org"
24

35
group :test do

spec/stub/exceptions.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# frozen_string_literal: true
2+
13
class UsageError < RuntimeError
24
end

0 commit comments

Comments
 (0)