Commit 85e16032 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Add Perl and UI Toolkit rules.

parent 030362a0
......@@ -128,6 +128,8 @@ class Autodebtag(autotag.Autodebtag):
self.rules = list()
self.create_rule(autotag.RuleSections)
self.create_rule(autotag.RuleUIToolkit)
self.create_rule(autotag.RulePerl)
def load_sources(self, package_list):
for key in self.sources:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment