Skip to content

Tags: codeclimate/codeclimate-phpmd

Tags

b291

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

Verified

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

b275

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

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

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

Update README.md (#40)

Headers weren't displaying due to malformed markdown.

b149

Fixes exception bubbling for php7 (#39)

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

b145

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

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

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.