ErrLookup › capistrano/capistrano
capistrano/capistrano
A deployment automation tool built on Ruby, Rake, and SSH. · Ruby · 53 source files
Analyzed at b54b02fa0e on 2026-08-21. 13 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| #{name} reserved name for role. Please choose another name | exception | error | capistrano, roles, argument-error, reserved-name, configuration |
| Both a block and an object were given | exception | error | capistrano, filters, argument-error, mutually-exclusive-args |
| Provided custom filter <#{filter.inspect}> does not have a p | exception | error | capistrano, filters, type-error, duck-typing, missing-method |
| Value and block both passed to Configuration#set | validation | error | capistrano, set, validation-error, mutually-exclusive-args, configuration |
| undefined method `execute' for main:Object | exception | error | capistrano, sshkit, execute, no-method-error, scope, beginner-mistake |
| Task #{post_task.inspect} not found | exception | error | capistrano, rake, task-hooks, argument-error, task-not-found |
| Your SCM strategy module should provide a #test method | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm |
| Your SCM strategy module should provide a #check method | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm |
| Your SCM strategy module should provide a #clone method | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm, git-clone |
| Your SCM strategy module should provide a #update method | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm, git-update |
| Your SCM strategy module should provide a #release method | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm, release |
| Your SCM strategy module should provide a #fetch_revision me | exception | error | capistrano, scm, not-implemented-error, abstract-method, custom-scm, revision |
| [Deprecation Warning] #{key} is deprecated and will be remov | console | warning | capistrano, deprecation, scm, migration, upgrade |