Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
authzforce
core
Commits
fd35d857
Commit
fd35d857
authored
Oct 10, 2017
by
Cyril Dangerville
Committed by
GitHub
Oct 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added coding rules section
parent
76f24196
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
CONTRIBUTING.md
CONTRIBUTING.md
+7
-1
No files found.
CONTRIBUTING.md
View file @
fd35d857
## Contributing
### Contribution Rules
### Coding Rules
Follow these Java coding guidelines:
*
[
Google Java Style Guide
](
https://google.github.io/styleguide/javaguide.html
)
, except braces must follow the Allman style instead of K & R style;
*
*Effective Java, Second Edition*
, by Joshua Bloch;
*
[
Oracle Secure Coding Guidelines for Java SE
](
http://www.oracle.com/technetwork/java/seccodeguide-139067.html
)
.
### Dependency management
1.
No SNAPSHOT dependencies on "develop" and obviously "master" branches
### Releasing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment