X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=Rakefile;h=df1e6ec275d8611fe945b053b3959b39aec4db26;hb=35aa5761600f03acbb119a8990038f5e44146cfa;hp=1d5195f9fbd91c72909eacf498710a7b339cadd6;hpb=45242b8dc89aa4c83dc5ba3b6a976f589200eb7c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/Rakefile b/Rakefile index 1d5195f..df1e6ec 100644 --- a/Rakefile +++ b/Rakefile @@ -42,6 +42,14 @@ def changelog_future_release end PuppetLint.configuration.send('disable_relative') +PuppetLint.configuration.send('disable_top_scope_facts') +PuppetLint.configuration.send('disable_topscope_variable') +PuppetLint.configuration.send('disable_relative_classname_inclusion') +PuppetLint.configuration.send('disable_parameter_documentation') +PuppetLint.configuration.send('disable_anchor_resource') +PuppetLint.configuration.send('disable_strict_indent') +PuppetLint.configuration.send('disable_unquoted_string_in_case') +PuppetLint.configuration.send('disable_optional_default') if Bundler.rubygems.find_name('github_changelog_generator').any? @@ -50,7 +58,6 @@ if Bundler.rubygems.find_name('github_changelog_generator').any? config.user = "#{changelog_user}" config.project = "#{changelog_project}" config.since_tag = "5.0.1" - config.max_issues = 500 config.future_release = "#{changelog_future_release}" config.exclude_labels = ['maintenance'] config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."