Explorar o código

Exclude build and .git when looking for style violations.

Jelmer Vernooij %!s(int64=8) %!d(string=hai) anos
pai
achega
b5ee25b887
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -58,8 +58,8 @@ flakes:
 pep8:
 	$(PEP8) dulwich
 
-style8:
-	$(FLAKE8)
+style:
+	$(FLAKE8) --exclude=build,.git
 
 before-push: check
 	git diff origin/master | $(PEP8) --diff