Showing 2 of 3 total issues
Function exports
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(grunt) {
grunt.initConfig({
phpunit: {
unit: {
Method open
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$fileName,
$savePath = '',
$eol = "\n",
$fileExtension = 'csv',
$delimiter = ",",