Harden PPA defined type
[puppet-modules/puppetlabs-apt.git] / Rakefile
index 310012c9d9505b6b49b73dcd39e56494da28be1c..df1e6ec275d8611fe945b053b3959b39aec4db26 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -42,6 +42,15 @@ 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?
   GitHubChangelogGenerator::RakeTask.new :changelog do |config|
@@ -49,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)."