コード例 #1
0
ファイル: key.py プロジェクト: hitchdev/hitchbuildvagrant
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "hitchbuildvagrant")
コード例 #2
0
ファイル: key.py プロジェクト: casperdcl/commandlib
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "commandlib")
コード例 #3
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, PROJECT_NAME)
コード例 #4
0
def lint():
    """
    Lint the package
    """
    hitchpylibrarytoolkit.lint(DIR.project, "hitchpylibrarytoolkit")
コード例 #5
0
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, "strictyaml")
コード例 #6
0
ファイル: key.py プロジェクト: crdoconnor/strictyaml
def lint():
    """
    Lint project code and hitch code.
    """
    hitchpylibrarytoolkit.lint(DIR.project, PROJECT_NAME)