Issues (393)

.simplecov (1 issue)

1
SimpleCov.formatters = [
0 ignored issues
show
Missing frozen string literal comment.
Loading history...
2
  SimpleCov::Formatter::HTMLFormatter
3
]
4
5
SimpleCov.start do
6
  add_filter '/spec/'
7
  add_filter '/vendor/'
8
end
9