ACC SHELL

Path : /srv/www/vhosts/dovastex/wp-content/plugins/simple-lightbox/grunt/
File Upload :
Current File : /srv/www/vhosts/dovastex/wp-content/plugins/simple-lightbox/grunt/phplint.js

module.exports = function(grunt) {
	
grunt.config('phplint', {
	options : {
		phpArgs : {
			'-lf': null
		}
	},
	all : {
		src : '<%= paths.php.files %>'
	}
});

};

ACC SHELL 2018