Skip to content

Commit c781575

Browse files
committed
Rubocop for docs
1 parent f0663f3 commit c781575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/puppet/parser/functions/mysql_deepmerge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Puppet::Parser::Functions
1+
module Puppet::Parser::Functions # rubocop:disable Style/Documentation
22
newfunction(:mysql_deepmerge, type: :rvalue, doc: <<-'ENDHEREDOC') do |args|
33
@summary Recursively merges two or more hashes together and returns the resulting hash.
44

lib/puppet/parser/functions/mysql_dirname.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Puppet::Parser::Functions
1+
module Puppet::Parser::Functions # rubocop:disable Style/Documentation
22
newfunction(:mysql_dirname, type: :rvalue, doc: <<-EOS
33
@summary
44
Returns the dirname of a path

lib/puppet/parser/functions/mysql_password.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'digest/sha1'
2-
module Puppet::Parser::Functions
2+
module Puppet::Parser::Functions # rubocop:disable Style/Documentation
33
newfunction(:mysql_password, type: :rvalue, doc: <<-EOS
44
@summary
55
Hash a string as mysql's "PASSWORD()" function would do it

0 commit comments

Comments
 (0)