예제 #1
0
 def __init__(self, base):
     CheckBase.__init__(self, base, __file__)
     self.url = 'https://fedoraproject.org/wiki/Packaging:Java'
     self.text = "This seems like a Java package, please install " \
                 "fedora-review-plugin-java to get additional checks"
     self.automatic = True
     self.type = 'MUST'
    def __init__(self, checks):
        CheckBase.__init__(self, checks, __file__)

        # construct text wrapper
        self.wrapper = textwrap.TextWrapper(break_long_words=False,
                drop_whitespace=True, replace_whitespace=True,
                fix_sentence_endings=True)
예제 #3
0
 def __init__(self, base):
     CheckBase.__init__(self, base, __file__)
     self.url = 'https://fedoraproject.org/wiki/Packaging:Java'
     self.text = "This seems like a Java package, please install " \
                 "fedora-review-plugin-java to get additional checks"
     self.automatic = True
     self.type = 'MUST'
예제 #4
0
    def __init__(self, checks):
        CheckBase.__init__(self, checks, __file__)

        # construct text wrapper
        self.wrapper = textwrap.TextWrapper(break_long_words=False,
                                            drop_whitespace=True,
                                            replace_whitespace=True,
                                            fix_sentence_endings=True)
예제 #5
0
 def __init__(self, checks):
     CheckBase.__init__(self, checks, __file__)
예제 #6
0
 def __init__(self, base):
     CheckBase.__init__(self, base, __file__)
예제 #7
0
 def __init__(self, base):
     CheckBase.__init__(self, base, __file__)
     self.url = 'https://fedoraproject.org/wiki/Packaging:FontsPolicy'
예제 #8
0
 def __init__(self, checks):
     CheckBase.__init__(self, checks, __file__)
예제 #9
0
 def __init__(self, checks):
     CheckBase.__init__(self, checks, __file__)
     self.rpmlint_output = []
예제 #10
0
 def __init__(self, checks):
     CheckBase.__init__(self, checks, __file__)
     self.rpmlint_output = []