Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdownlint to .codeclimate.yml and fix minor README.md issues #105

Merged
merged 11 commits into from
Feb 9, 2017
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ engines:
channel: "eslint-3"
fixme:
enabled: true
markdownlint:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.md"
- "**.py"
exclude_paths: []
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,26 @@ TODO
## Development

Install dependencies and development tools:

```shell
> make deps deps-test tools
```

Run quality checks:

```shell
> make quality
```

Run tests:

```shell
> make test
```

## License

The code in this repository is licensed under the GPL v3 licence unless otherwise noted.
The code in this repository is licensed under the GPL v3 licence unless
otherwise noted.

Please see `LICENSE` file for details.