https://github.com/operable/linters
Styleguide repository for Operable projects
https://github.com/operable/linters
Last synced: 8 months ago
JSON representation
Styleguide repository for Operable projects
- Host: GitHub
- URL: https://github.com/operable/linters
- Owner: operable
- License: apache-2.0
- Created: 2017-03-28T13:37:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T13:52:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T10:36:43.402Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linters
Styleguide repository for Operable projects
This repository stores configuration files for any linters and static
code analysis tools used on Operable projects. Specifically it allows
us to centralize such configuration for use with the
[Ebert](https://ebertapp.io/) analysis service.
All Cog-related Ebert analyses can be found at
[https://ebertapp.io/github/operable/](https://ebertapp.io/github/operable/)
## Usage
In a repository's `.ebert.yml` configuration file, ensure that the
following is in place:
```yaml
styleguide: operable/linters
```
See the [Ebert configuration
documentation](https://ebertapp.io/docs/config) for more details.