Fix autocorrectable rubocop offences and implement suggestions
This commit is contained in:

committed by
Sebastian Serth

parent
b29bc5e70f
commit
286a3f394d
@ -1,2 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationError < StandardError
|
||||
end
|
||||
|
@ -1,2 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RunnerNotAvailableError < ApplicationError
|
||||
end
|
||||
|
Reference in New Issue
Block a user