lib/tasks/coverage.rake
Showing 2 of 2 total issues
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
Rake::Task["test"].execute
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "simplecov"
- Read upRead up
- Exclude checks