codeclimate/minidoc

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage

Showing 2 of 2 total issues

Missing magic comment # frozen_string_literal: true.
Open

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

Use the new Ruby 1.9 hash syntax.
Open

task :default => :spec
Severity: Minor
Found in Rakefile by rubocop
Category
Status