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