Exemplo n.º 1
0
def lint():
    PH.linter("src/lxxl")
    PH.linter("src/miniboot")
    PH.linter("src/activity", "*pack.js*")
    PH.linter("src/app")
Exemplo n.º 2
0
def lint():
  PH.linter("src/app")
  PH.linter("src/lib", excluding="*markdown*")
  PH.linter("src/bootstrap")
Exemplo n.º 3
0
def lint():
  PH.linter("src/lxxl")
  PH.linter("src/miniboot")
  PH.linter("src/activity", "*pack.js*")
  PH.linter("src/app")
Exemplo n.º 4
0
def lint():
  PH.linter("src")
Exemplo n.º 5
0
def lint():
  PH.linter("src", excluding = "*tests*")