Skip to content

Instantly share code, notes, and snippets.

View arithmetric's full-sized avatar

Joe Turgeon arithmetric

  • Minneapolis, MN, USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am arithmetric on github.
  • I am arithmetric (https://keybase.io/arithmetric) on keybase.
  • I have a public key ASAd8-EvAoV-o1upgggkSd2nYAEgYclM7g7ql6zf3HpHSAo

To claim this, I am signing this object:

// Place this in your project's Gruntfile.js to allow a local override
// of the default files to include/exclude from phplint.
grunt.config.set('phplint', {
all: [
'<%= config.srcPaths.drupal %>/modules/*.php',
'<%= config.srcPaths.drupal %>/**/*.module',
'<%= config.srcPaths.drupal %>/**/*.inc',
'<%= config.srcPaths.drupal %>/**/*.install',
'<%= config.srcPaths.drupal %>/**/*.profile',
'!<%= config.srcPaths.drupal %>/**/*.features.*inc',
@arithmetric
arithmetric / gist:900603ce52ca987afdae
Created October 15, 2014 15:10
xdebug remote debugging conf
; Enable xdebug extension module
zend_extension=/usr/lib64/php/modules/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_host=10.0.2.2
xdebug.remote_autostart=0