Created
November 21, 2016 23:19
-
-
Save tas50/b3219af28b81dc5d21d103945d548ede to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MBP:~/dev/chef-cookbooks/chef-client (master) bundle exec rubocop -a . | |
| Inspecting 40 files | |
| ....CCC.CCCC...C.C.C.C.................. | |
| Offenses: | |
| attributes/default.rb:4:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| attributes/default.rb:7:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2008-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| libraries/helpers.rb:3:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| libraries/helpers.rb:6:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2012, John Dewey | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/_unit_test_cloning_resource.rb:2:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/_unit_test_cloning_resource.rb:5:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2010-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/config.rb:5:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/config.rb:8:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2008-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/config.rb:9:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2009, 37signals | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/cron.rb:5:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/cron.rb:8:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2009-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/default.rb:2:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/default.rb:5:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2010-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/delete_validation.rb:3:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/delete_validation.rb:6:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2010-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/service.rb:2:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/service.rb:9:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2009-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/src_service.rb:2:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/src_service.rb:7:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2014-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/task.rb:3:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/task.rb:6:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2011-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/windows_service.rb:2:1: C: [Corrected] Properly format comment headers for YARD | |
| # Cookbook Name:: chef-client | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| recipes/windows_service.rb:7:1: C: [Corrected] Properly format comment headers for YARD | |
| # Copyright 2013-2016, Chef Software, Inc. | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 40 files inspected, 23 offenses detected, 23 offenses corrected |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment