projek-xyz/slim-skeleton

View on GitHub

Showing 3 of 3 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

return gulp.src(_.paths.scripts, {base: _.paths.src})
.pipe($.eslint(_.conf.eslint))
.pipe($.eslint.format())
.pipe($.eslint.failOnError());
Severity: Major
Found in gulpfile.js and 1 other location - About 3 hrs to fix
gulpfile.js on lines 76..79

Similar blocks of code found in 2 locations. Consider refactoring.
Open

return gulp.src(_.paths.styles, {base: _.paths.src})
.pipe($.sassLint(_.conf.sasslint))
.pipe($.sassLint.format())
.pipe($.sassLint.failOnError());
Severity: Major
Found in gulpfile.js and 1 other location - About 3 hrs to fix
gulpfile.js on lines 86..89

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 8 and the first side effect is on line 11.
Open

<?php
Severity: Minor
Found in app/bootstrap.php by phpcodesniffer
Severity
Category
Status
Source
Language