lib/rubocop/cop/chef/style/comments_format.rb in cookstyle-7.7.2 vs lib/rubocop/cop/chef/style/comments_format.rb in cookstyle-7.8.0

- old
+ new

@@ -22,19 +22,19 @@ module Style # Checks for incorrectly formatted headers # # @example # - # # bad + # #### incorrect # Copyright 2013-2016 Chef Software, Inc. # Recipe default.rb # Attributes default.rb # License Apache2 # Cookbook tomcat # Cookbook Name:: Tomcat # Attributes File:: default # - # # good + # #### correct # Copyright:: 2013-2016 Chef Software, Inc. # Recipe:: default.rb # Attributes:: default.rb # License:: Apache License, Version 2.0 # Cookbook:: Tomcat