Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/cc-failing


https://github.com/lukaszkorecki/cc-failing

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

Testing with `codeclimate` CLI:

```
* - cc-failing : codeclimate analyze -e kibit
Starting analysis
Running kibit: Done!

Analysis complete! Found 0 issues.

```

Testing with kibit directly:

```
* - cc-failing : lein kibit
At src/cc_failing/core.clj:6:
Consider using:
(count [])
instead of:
(-> [] count)
```