Skip to content

Commit

Permalink
Add markdownlint to .codeclimate.yml and fix minor README.md issues (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
z4y4ts authored Feb 9, 2017
1 parent 6eca5e1 commit 4a40cc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

0 comments on commit 4a40cc4

Please sign in to comment.