https://github.com/equinor/oilmod1-code-style
Code style configs, tools and guides.
https://github.com/equinor/oilmod1-code-style
documentation oilmod1
Last synced: 3 months ago
JSON representation
Code style configs, tools and guides.
- Host: GitHub
- URL: https://github.com/equinor/oilmod1-code-style
- Owner: equinor
- License: apache-2.0
- Created: 2019-09-09T10:14:07.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T08:35:32.000Z (about 1 year ago)
- Last Synced: 2026-01-11T11:46:04.693Z (5 months ago)
- Topics: documentation, oilmod1
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OILMOD1 - Code style
[](https://developer.equinor.com/governance/scm-policy/)
## What is the purpose of this repository?
This repository contains helpers configuration files and instructions for different IDEs.
Those should be used to configure developer IDEs with a correct code style.
## License
Files under the directory `java/intellij` are licensed under the Apache License, Version 2.0, see the `LICENSE` file for details.
The file `java/checkstyle-oilmod-checkstyle.xml` is a modification of [checkstyle's](https://github.com/checkstyle/checkstyle) [google style guide](https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml), and is licensed under the GNU LESSER GENERAL PUBLIC LICENSE, see the `LICENSE-checkstyle` file for details.
## Contributing
Contributions are greatly appreciated!
Please follow contribution guide available in this repository.
## Useful links
Here are some useful links to have clean and easy to maintain codebase:
- [Equinor's guideline to healthy repo](https://github.com/equinor/it-professional-network/blob/master/onboarding/healthy_repo_guideline.md)
- [Chris Beams' - How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/)