BenMusch/nu-tab

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

Showing 2 of 2 total issues

Missing magic comment # frozen_string_literal: true.
Open

# Add your own tasks in files placed in lib/tasks ending in .rake,
Severity: Minor
Found in Rakefile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

task default: "bundler:audit"
Severity: Minor
Found in Rakefile by rubocop
Category
Status