https://github.com/codeclimate/community-styleguide
Collection of popular style guides
https://github.com/codeclimate/community-styleguide
Last synced: 4 months ago
JSON representation
Collection of popular style guides
- Host: GitHub
- URL: https://github.com/codeclimate/community-styleguide
- Owner: codeclimate
- Created: 2017-02-02T16:45:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T19:33:47.000Z (almost 9 years ago)
- Last Synced: 2025-08-30T16:29:54.621Z (5 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Style Guides
A consistent style is important in a code base. Inconsistency greatly increases the number of inconsequential decisions developers must make. Consistency is good for readability and a clean code base promotes keeping a code base clean (i.e. Broken Window Theory).
This repository contains a collection of popular style guides that can be used to help enforce good coding standards within your team. Feel free to use these guides in some of your own projects!
## Guides
This repository currently includes written guides & relevant linter configuration for the following languages:
* [JavaScript](/JavaScript)
* [Ruby](/Ruby)
* [Java](/java)
* More coming soon!
## Configuration
Developers who work with multiple repositories may want to use external configurations for engines to ensure consistent engine results between those repositories. Code Climate makes it easy to keep these shared configuration files in a single location and have them fetched on-demand when analysis is performed.
Please see our instructions on how to configure your analysis using external configs here: https://docs.codeclimate.com/docs/configuring-the-prepare-step