(CONT-844) - Update .sync.yml
[puppet-modules/puppetlabs-apt.git] / Rakefile
index 1d5195f9fbd91c72909eacf498710a7b339cadd6..8fdf11b99809ef23b728d16eb2e6b638888dbc25 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -42,6 +42,7 @@ def changelog_future_release
 end
 
 PuppetLint.configuration.send('disable_relative')
+PuppetLint.configuration.send('disable_anchor_resource')
 
 
 if Bundler.rubygems.find_name('github_changelog_generator').any?
@@ -50,7 +51,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)."