Skip to content

Instantly share code, notes, and snippets.

@KuiKui
Last active December 19, 2015 00:18
Show Gist options
  • Save KuiKui/5867277 to your computer and use it in GitHub Desktop.
Save KuiKui/5867277 to your computer and use it in GitHub Desktop.
# Configuration file for Coke, "Enjoy sniffing your code" : https://github.com/M6Web/Coke
# Command used to launch PHP CodeSniffer (optional - default: phpcs)
command=phpcs
# Standard used by PHP CodeSniffer (required)
standard=Symfony2
# Verbose mode (optional - default: false)
verbose=true
# White list of files and directories (optional)
src/
test.php
# Black list of files and directories (optional)
!Tests
!src/OldFile.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment