UNPKG

grunt-phpdcd

Version:

Grunt plugin for running PHP Dead Code Detector.

19 lines (14 loc) 248 B
# # grunt-phpdcd # # 'use strict' module.exports = (grunt) -> grunt.initConfig phpdcd: test: dir: ['test'] options: bin: 'vendor/bin/phpdcd' grunt.loadTasks 'tasks' grunt.registerTask 'default', ['phpdcd']