Skip to content

Tags: codeclimate/codeclimate-fixme

Tags

b188

Toggle b188's commit message
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

Toggle b184's commit message

Unverified

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

b178

Toggle b178's commit message

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

Toggle b174's commit message
Merge pull request #40 from codeclimate/pb-fix

Ignore unparsable stdout

b168

Toggle b168's commit message
Merge pull request #36 from ConnerMan/readme-issues-link

Correct GitHub Issues link in README

b166

Toggle b166's commit message
Merge pull request #35 from codeclimate/jp/update-estlintrc

Use eslintrc.js from styleguide

b162

Toggle b162's commit message
Merge pull request #34 from codeclimate/jp/improve-coverage

Improve test coverage

b114

Toggle b114's commit message
Fix Makefile

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

b110

Toggle b110's commit message
Merge pull request #32 from codeclimate/jp/tidy-up

Tidy up

b99

Toggle b99's commit message
Merge pull request #31 from codeclimate/jp/fix-fixme

Invoke grep only once per run