25 matches across 7 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | docs/assets/js/foundation.min.js | 13 | var libFuncName=null;if(typeof jQuery=="undefined"&&typeof Zepto=="undefined"&&typeof $=="function")libFuncName=$;else i |
| CRITICAL | docs/assets/js/foundation/foundation.tooltips.js | 19 | + Foundation.libs.tooltips.settings.tooltipClass.substring(1) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .rubocop_todo.yml | 1 | # This configuration was generated by |
| LOW | docs/assets/js/foundation/foundation.forms.js | 321 | |
| LOW | lib/capistrano/scm.rb | 1 | module Capistrano |
| LOW | lib/capistrano/scm.rb | 41 | def release_path |
| LOW | lib/capistrano/scm.rb | 61 | raise NotImplementedError, "Your SCM strategy module should provide a #test method" |
| LOW | lib/capistrano/scm.rb | 81 | def clone |
| LOW | lib/capistrano/plugin.rb | 1 | require "capistrano/all" |
| LOW | lib/capistrano/plugin.rb | 21 | # Package up and distribute your plugin class as a gem and you're good to go! |
| LOW | lib/capistrano/plugin.rb | 41 | # Example: |
| LOW | lib/capistrano/plugin.rb | 61 | # Implemented by subclasses to define Rake tasks. Typically a plugin will call |
| LOW | lib/capistrano/immutable_task.rb | 1 | module Capistrano |
| LOW | lib/capistrano/configuration/scm_resolver.rb | 1 | module Capistrano |
| LOW | lib/capistrano/configuration/validated_variables.rb | 1 | require "capistrano/proc_helpers" |
| LOW | lib/capistrano/configuration/plugin_installer.rb | 1 | # Encapsulates the logic for installing plugins into Capistrano. Plugins must |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | spec/lib/capistrano/plugin_spec.rb | 34 | # Define an example task to allow testing hooks |
| MEDIUM | lib/capistrano/configuration/plugin_installer.rb | 5 | # This class is not used directly; instead it is typically accessed via the |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | spec/support/test_app.rb | 179 | def move_configuration_to_custom_location(location) |
| LOW | lib/capistrano/application.rb | 71 | def exit_because_of_exception(ex) |
| LOW | lib/capistrano/configuration/validated_variables.rb | 93 | def assert_value_or_block_not_both(value, block) |
| LOW | lib/capistrano/dsl/task_enhancements.rb | 51 | def exit_deploy_because_of_exception(ex) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | lib/capistrano/plugin.rb | 16 | # Within the plugin you can use any methods of the Rake or Capistrano DSLs, like |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | lib/capistrano/doctor/output_helpers.rb | 4 | # (other than `title`) is indented by four spaces to facilitate copying and |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib/capistrano/immutable_task.rb | 7 | # Usage: |