XPBytes/media_types-validation

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

Showing 6 of 6 total issues

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

require "bundler/gem_tasks"
Severity: Minor
Found in Rakefile by rubocop

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

t.test_files = FileList["test/**/*_test.rb"]
Severity: Minor
Found in Rakefile by rubocop

Use the new Ruby 1.9 hash syntax.
Open

task :default => :test
Severity: Minor
Found in Rakefile by rubocop

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

require "rake/testtask"
Severity: Minor
Found in Rakefile by rubocop

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

t.libs << "test"
Severity: Minor
Found in Rakefile by rubocop

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

t.libs << "lib"
Severity: Minor
Found in Rakefile by rubocop
Category
Status