Skip to content

Instantly share code, notes, and snippets.

@zacscott
zacscott / phpcs.py
Created June 25, 2018 00:05
PHPCS w/ Bitbucket Pipelines helper script
import os
import re
import subprocess
import sys
import tempfile
def log(message):
"""Print a log message to console, will be a darker colour than normal print()"""