File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -430,6 +430,9 @@ Style/Not:
430430Style/NumericLiterals :
431431 Enabled : false
432432
433+ Style/NumericPredicate :
434+ Enabled : false
435+
433436Style/OneLineConditional :
434437 Enabled : false
435438
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PuppetStrings
4- VERSION = '2.5.0' . freeze
4+ VERSION = '2.5.0'
55end
Original file line number Diff line number Diff line change 88# Implements the handler for Puppet resource types written in Ruby.
99class PuppetStrings ::Yard ::Handlers ::Ruby ::RsapiHandler < PuppetStrings ::Yard ::Handlers ::Ruby ::Base
1010 # The default docstring when ensurable is used without given a docstring.
11- DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.' . freeze
11+ DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.'
1212
1313 namespace_only
1414 handles method_call ( :register_type )
Original file line number Diff line number Diff line change 88# Implements the handler for Puppet resource type newparam/newproperty calls written in Ruby.
99class PuppetStrings ::Yard ::Handlers ::Ruby ::TypeExtrasHandler < PuppetStrings ::Yard ::Handlers ::Ruby ::TypeBase
1010 # The default docstring when ensurable is used without given a docstring.
11- DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.' . freeze
11+ DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.'
1212
1313 namespace_only
1414 handles method_call ( :newparam )
Original file line number Diff line number Diff line change 88# Implements the handler for Puppet resource types written in Ruby.
99class PuppetStrings ::Yard ::Handlers ::Ruby ::TypeHandler < PuppetStrings ::Yard ::Handlers ::Ruby ::TypeBase
1010 # The default docstring when ensurable is used without given a docstring.
11- DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.' . freeze
11+ DEFAULT_ENSURABLE_DOCSTRING = 'The basic property that the resource should be in.'
1212
1313 namespace_only
1414 handles method_call ( :newtype )
You can’t perform that action at this time.
0 commit comments