diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-11 13:20:45 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-11 13:20:45 -0700 |
commit | 264d03d07c184ad5322469d0174b06f5d475f087 (patch) | |
tree | 5ff50024d939e1728c24d9900c66982427fe3166 /lib/chef/cookbook | |
parent | 84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff) | |
download | chef-264d03d07c184ad5322469d0174b06f5d475f087.tar.gz |
Fix some yard warningsyard_warnings
More Rubymine warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/chefignore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/chefignore.rb b/lib/chef/cookbook/chefignore.rb index a27af68cb0..d905e027d6 100644 --- a/lib/chef/cookbook/chefignore.rb +++ b/lib/chef/cookbook/chefignore.rb @@ -33,7 +33,7 @@ class Chef @ignores = parse_ignore_file end - # @param [Array] list the list of cookbook files + # @param [Array] file_list the list of cookbook files # @return [Array] list of cookbook files with chefignore files removed def remove_ignores_from(file_list) Array(file_list).inject([]) do |unignored, file| |