Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 386 Bytes

development.md

File metadata and controls

16 lines (11 loc) · 386 Bytes

Setup hooks to check code style before push

sh setup-hooks.sh

Add License Header for new files

All source code files require license header.

You should either copy the license from licenses/template.txt to the newly added source file, or execute the following command to add license header automatically.

mvn com.mycila:license-maven-plugin:format -T 1C