Skip to content

Commit

Permalink
Add make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Dec 7, 2024
1 parent 72571b0 commit 9d40a2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ refactoring:
dependency-analysis: vendor ## Runs a dependency analysis with maglnet/composer-require-checker
symfony php vendor/bin/composer-require-checker check --config-file=$(shell pwd)/composer-require-checker.json
vendor/bin/composer-unused

.PHONY: docs
docs: vendor
symfony php bin/doctor-rst rules > docs/rules.md

0 comments on commit 9d40a2d

Please sign in to comment.