runar/capistrano-linked-files

View on GitHub
lib/capistrano/tasks/linked_files.rake

Summary

Maintainability
Test Coverage

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

namespace :linked_files do
  desc 'Upload linked files and directories'
  task :upload do
    invoke 'linked_files:upload:files'
    invoke 'linked_files:upload:dirs'

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