mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add linked_dirs
and linked_files
to VariblesDoctor WHITELIST (#2103)
This commit is contained in:
parent
5fe49bd6ea
commit
74f9266101
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ module Capistrano
|
||||||
WHITELIST = %i(
|
WHITELIST = %i(
|
||||||
application
|
application
|
||||||
current_directory
|
current_directory
|
||||||
|
linked_dirs
|
||||||
|
linked_files
|
||||||
releases_directory
|
releases_directory
|
||||||
repo_url
|
repo_url
|
||||||
repo_tree
|
repo_tree
|
||||||
|
|
Loading…
Reference in a new issue