6 lines
149 B
Text
6 lines
149 B
Text
|
|
#! /bin/bash
|
||
|
|
|
||
|
|
codeclimate analyze -f json $@ \
|
||
|
|
| jq -r '.[] | "\(.location.path):\(.location.lines.begin): \(.description)"' \
|
||
|
|
| grep -v '^null'
|