Skip to content

Commit

Permalink
init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Jul 9, 2024
1 parent f7e9397 commit c458c35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ install-styleguide: | update-examples-submodule
curl -LJs https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.3.1/checkstyle-10.3.1-all.jar -o checkstyle.jar
sh examples/symlink_directory_files.sh examples/style_guides/java .

## init-examples-submodule - Initialize the examples submodule
init-examples-submodule:
git submodule init
git submodule update

## install - Install requirements
install: | update-examples-submodule
install: | init-examples-submodule

## lint - Lints the project
lint: checkstyle scan
Expand Down

0 comments on commit c458c35

Please sign in to comment.