Skip to content

Tags: codeclimate/codeclimate-phpmd

Tags

b291

Toggle b291's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
QUA-474: update phpmd (#58)

b285

Toggle b285's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Style changes docs (#57)

b275

Toggle b275's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename circleci release job to release_images (#56)

b198

Toggle b198's commit message

Verified

This commit was signed with the committer’s verified signature.
wilson Wilson Bilkovich
Revert "Attempt to make CircleCI builds run again."

This reverts commit 0ad60b6.

b199

Toggle b199's commit message

Verified

This commit was signed with the committer’s verified signature.
wilson Wilson Bilkovich
Revert "Refactor repeated strings into constants, as per Sonar."

This reverts commit baef18b.

b151

Toggle b151's commit message
Update README.md (#40)

Headers weren't displaying due to malformed markdown.

b149

Toggle b149's commit message
Fixes exception bubbling for php7 (#39)

Rescues `Throwable` which includes `Exception` and php7 `Error` objects.

b145

Toggle b145's commit message
Supports string and array settings for file_extensions config (#37)

* Fixes Dockerfile and Makefile to update components

* Supports string and array settings for file_extensions config

b137

Toggle b137's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Avoid printing a php notice for each issue

The interpreter wants us to do this `end` shenanigan. Getting this
method under test actually _required_ us to avoid the notice, which is
kind of cool.

b135

Toggle b135's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Dockerfile fixes (#35)

* add php7 package

Otherwise there's no /usr/bin/php7 and nothing works

* Improve development workflow in Dockerfile

We should leverage docker caching so builds take less time.