Beispiel #1
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "hitchbuildvagrant")
Beispiel #2
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "commandlib")
Beispiel #3
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, PROJECT_NAME)
Beispiel #4
0
def lint():
    """
    Lint the package
    """
    hitchpylibrarytoolkit.lint(DIR.project, "hitchpylibrarytoolkit")
Beispiel #5
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "strictyaml")
Beispiel #6
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, PROJECT_NAME)