Skip to content

Commit

Permalink
chore(lint): Adds flake8 file and lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofpp committed Mar 27, 2022
1 parent 1920e4b commit 69c3958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .lint/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
extend-ignore = D100, D101, D102, D103, D104, D105, D106, D107, D205, D400, D401
import-order-style = google
max-line-length = 100
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ lint:
@docker pull ${DOCKER_LINTER_IMAGE}
@docker run --rm -v ${ROOT}:/app ${DOCKER_LINTER_IMAGE} " \
lint-commit ${LINT_COMMIT_TARGET_BRANCH} \
&& lint-markdown" # \
# && lint-python"
&& lint-markdown \
&& lint-python"

0 comments on commit 69c3958

Please sign in to comment.