We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1264 commit aa9d136Copy full SHA for aa9d136
README.md
@@ -202,3 +202,7 @@ See [CHANGELOG](CHANGELOG.md)
202
### FAQ
203
204
See [FAQ](FAQ.md)
205
+
206
+### Style Guide
207
208
+See [STYLE GUIDE](STYLE_GUIDE.md)
STYLE_GUIDE.md
@@ -0,0 +1,9 @@
1
+# Style Guide
2
3
+This project uses CheckStyle to validate the style of the code.
4
5
+Its automatically executed within the build process and
6
+will fail the build if it detects violations.
7
8
+You can import the `checkstyle.xml` into your IDE to ease using
9
+the guide.
0 commit comments