summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index a1e2c526..58c0d419 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,9 +30,6 @@ begin
config.future_release = Ohai::VERSION
config.max_issues = 0
config.add_issues_wo_labels = false
- config.enhancement_labels = "Type: Enhancement".split(",")
- config.bug_labels = "Type: Bug,Type: Regression".split(",")
- config.exclude_labels = "Type: Documentation,Status: Duplicate,Meta: Exclude From Changelog".split(",")
end
rescue LoadError
end