Skip to content

Commit

Permalink
update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 31, 2024
1 parent b2df6bb commit 6345ef0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ else
endif

lint:
@echo " Linting firedrake codebase"
@echo " Linting firedrake"
@python -m flake8 $(FLAKE8_FORMAT) firedrake
@echo " Linting firedrake test suite"
@python -m flake8 $(FLAKE8_FORMAT) tests
@echo " Linting firedrake scripts"
@python -m flake8 $(FLAKE8_FORMAT) scripts --filename=*
@python -m flake8 $(FLAKE8_FORMAT) firedrake/scripts --filename=*
@echo " Linting firedrake tests"
@python -m flake8 $(FLAKE8_FORMAT) tests
@echo " Linting PyOP2"
@python -m flake8 $(FLAKE8_FORMAT) pyop2
@echo " Linting PyOP2 scripts"
@python -m flake8 $(FLAKE8_FORMAT) pyop2/scripts --filename=*

actionlint:
@echo " Pull latest actionlint image"
Expand Down

0 comments on commit 6345ef0

Please sign in to comment.