aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-07-28 14:40:30 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-07-28 14:40:30 -0600
commitbaa88ff5c7cd91687656b12c0892383488235a39 (patch)
treeae6b75a30f394781a02f6e92a259a84f315d225f /Dockerfile
parentc9de8b808ce7e984dd9620fa6f54b01279dd67a2 (diff)
Adding PEARish standard which ignores tags that get annoying but I like
the forced file and class comments
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2c6e9a6..3b51a2e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,3 +77,6 @@ ENV PATH "$PATH:/root/.composer/vendor/bin"
# Add Symfony 2 coding standard to the phpcs paths
RUN phpcs --config-set installed_paths /root/.composer/vendor/escapestudios/symfony2-coding-standard
+
+# Install custom linting
+ADD PEARish.xml /root/PEARish.xml