Example #1
0
    def __init__(self):
        Plugin.__init__(self)

        #: Path to the virtual env location
        self.virtualenv = None

        #: Location of virtualenv.py if operating system cannot supply working one
        self.virtualenv_cmd = None
Example #2
0
File: rst.py Project: osvalr/vvv
    def __init__(self):
        Plugin.__init__(self)

        #: Path to the virtual env location
        self.virtualenv = None

        #: Location of virtualenv.py if operating system cannot supply working one
        self.virtualenv_cmd = None

        #: Configuration file option
        self.python3k = None
Example #3
0
File: jshint.py Project: mbra/vvv
    def __init__(self):

        Plugin.__init__(self)

        #: Configuration file Text
        self.configuration = None

        #: Commandl line options passed to the validator from the config file
        self.extra_options = None

        #: Where jshint has been installed via npm
        self.jshint_path = None 
Example #4
0
File: jshint.py Project: osvalr/vvv
    def __init__(self):

        Plugin.__init__(self)

        #: Configuration file Text
        self.configuration = None

        #: Commandl line options passed to the validator from the config file
        self.extra_options = None

        #: Where jshint has been installed via npm
        self.jshint_path = None
Example #5
0
    def __init__(self):

        Plugin.__init__(self)

        #: Configuration file option
        self.extra_options = None

        #: Virtualenv path used to run pyflakes
        self.virtualenv = None

        #: Configuration file option
        self.host_python = None

        #: Configuration file option
        self.paflakes_command = None

        #: Location of virtualenv.py if operating system cannot supply working one
        self.virtualenv_cmd = None
Example #6
0
    def __init__(self):

        Plugin.__init__(self)

        #: Configuration file option
        self.extra_options = None

        #: Virtualenv path used to run zptlint
        self.virtualenv = None

        #: Configuration file option
        self.host_python = None

        #: Configuration file option
        self.paflakes_command = None

        #: Location of virtualenv.py if operating system cannot supply working one
        self.virtualenv_cmd = None
Example #7
0
    def __init__(self):

        Plugin.__init__(self)

        #: Commandl line options passed to the validator from the config file
        self.extra_options = None
Example #8
0
File: css.py Project: akheron/vvv
    def __init__(self):

        Plugin.__init__(self)

        #: Commandl line options passed to the validator from the config file
        self.extra_options = None