Skip to content

Commit

Permalink
Add doc-lint to tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 7, 2021
1 parent 06f17d4 commit 81cb489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_tasks/lint.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Lint the codebase.
lint: check-syntax-errors check-style check-types
lint: check-syntax-errors check-style lint-styling-doc check-types
@$(call print_pass,$@:)

## Compile python files to check for syntax errors.
Expand Down

0 comments on commit 81cb489

Please sign in to comment.