Fixes rubocop offenses

This commit is contained in:
Erwan
2020-05-12 09:32:02 +02:00
committed by GitHub
parent 9b63714caa
commit 419c32702a

View File

@@ -1,3 +1,4 @@
# frozen_string_literal: true
if ENV['GITHUB_ACTION']
require 'simplecov-lcov'
@@ -15,4 +16,4 @@ SimpleCov.start do
add_filter '/spec/'
add_filter 'helper'
end
end