lib/recipes/mysql.rb

Summary

Maintainability
A
0 mins
Test Coverage

Block has too many lines. [40/25]
Open

namespace :deploy do
  namespace :mysql do
    desc 'Sets up mysql databse'
    task :setup do
      read_config
Severity: Minor
Found in lib/recipes/mysql.rb by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

Block has too many lines. [38/25]
Open

  namespace :mysql do
    desc 'Sets up mysql databse'
    task :setup do
      read_config
      sudo "mysqladmin create #{db_name}"
Severity: Minor
Found in lib/recipes/mysql.rb by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status