Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

FC006 not displaying line number for the actual issue #335

Open
adrianmoisey opened this issue May 22, 2015 · 0 comments
Open

FC006 not displaying line number for the actual issue #335

adrianmoisey opened this issue May 22, 2015 · 0 comments
Labels

Comments

@adrianmoisey
Copy link

With a cookbook containing this:

cookbook_file 'filename' do
  action :create
  path '/some/path'
  source 'filename'
  mode 644
  owner 'root'
  group 'root'
end

FC006 will set the line number to the line containing cookbook_file 'filename' do and not the line number containing mode 644.

@lamont-granquist lamont-granquist added this to the 5.1.0 milestone Sep 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants