Skip to content

Tags: codeclimate/codeclimate-fixme

Tags

b188

Reduced docker image size (#51)

* Change Dockerfile base to node:6-alpine
* Replace BusyBox grep (Alpine) with GNU grep
* Update maintainer LABEL
* Use COPY destinations relative to WORKDIR

b184

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
abh suggestions

b178

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Ignore fixme comments in .codeclimate.yml

If you're using custom strings, we'll find those strings in config file
where you specify those custom strings, and create some issues. That
seems less than helpful.

b174

Merge pull request #40 from codeclimate/pb-fix

Ignore unparsable stdout

b168

Merge pull request #36 from ConnerMan/readme-issues-link

Correct GitHub Issues link in README

b166

Merge pull request #35 from codeclimate/jp/update-estlintrc

Use eslintrc.js from styleguide

b162

Merge pull request #34 from codeclimate/jp/improve-coverage

Improve test coverage

b114

Fix Makefile

With a properly set WORKDIR, we need to ensure that we chdir
into the right directory before running the tests.

b110

Merge pull request #32 from codeclimate/jp/tidy-up

Tidy up

b99

Merge pull request #31 from codeclimate/jp/fix-fixme

Invoke grep only once per run