Skip to content

Commit fedfe40

Browse files
vadeggarethahealy
authored andcommitted
PR-548: Add information about code style configuration for project. (#709)
1 parent be17136 commit fedfe40

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ Build the project:
2727
If you intend to work on the code and provide patches and other work you want to submit, then you can fork the project on github and work on your own fork.
2828
The custom work you do should be done on branches you create, which can then be committed and pushed upstream, and then submitted as PRs (pull requests).
2929
You can find many resources online how to work on github projects and how to submit work to these projects.
30+
31+
### Configure code style
32+
33+
Dozer project is using specific code style. Please steps below to import code style for your preferred IDE.
34+
35+
#### IntelliJ IDEA
36+
37+
1. Install [CheckStyle-IDEA](https://github.com/jshiell/checkstyle-idea) plugin.
38+
2. In `Editor -> Code Style` choose scheme where to import code style.
39+
3. Choose action `Import Scheme -> CheckStyle Configuration` and choose file `building-tools/src/main/resouces/strict-checkstyle.xml` to import.

0 commit comments

Comments
 (0)