Coder Social home page Coder Social logo

List of error codes? about gulp-scss-lint HOT 5 OPEN

juanfran avatar juanfran commented on September 26, 2024
List of error codes?

from gulp-scss-lint.

Comments (5)

juanfran avatar juanfran commented on September 26, 2024

Hi!

gulp-scss-lint doesn't have own error codes for warnings and errors because it doesn't throw exceptions with them.

from gulp-scss-lint.

seeliang avatar seeliang commented on September 26, 2024

Hi Juan,

First,
thank you for share your package,

related to this question,
i followed the guide, but my set is not working

</
var gulp = require('gulp'),
scsslint = require('gulp-scss-lint'),

gulp.task('scss-lint', function() {
gulp.src('./assets/scss/demo/_lint-demo.scss')
.pipe(scsslint({}));
});

gulp.task('default', ['scss-lint']);
/>

the scss-lint never provide any feedback in following two cases,

  1. none exist file
  2. when "scss-lint " provide error info

Feeback:
[12:21:14] Starting 'scss-lint'...
[12:21:14] Finished 'scss-lint' after 7.83 ms
[12:21:14] Starting 'default'...
[12:21:14] Finished 'default' after 51 μs

could you info me what i missed?

Many thanks

from gulp-scss-lint.

juanfran avatar juanfran commented on September 26, 2024

Thank for your feedback

  1. If the file doesn't exist the gulp.src doesn't send the file to gulp-scss-lint therefore does nothing. For me it is a normal behavior.
  2. if scss-lint provides errors then there is something wrong, Could you add the verbose options a run the output command by gulp-scss-lint?, thanks!

from gulp-scss-lint.

seeliang avatar seeliang commented on September 26, 2024

Thanks for the feedback, Juan,

about the issue i have right now,
it could be my asking this in a wrong way,
let me correct myself, :)

if i do not have the file, i run "scss-lint", i get

"No SCSS files matched by the patterns:"

and i have not successfully received any scss-lint validation info (like this one) with gulp-scss-lint.
that's my gulp setting issue i need your help : (

my understanding is "verbose" is for debugger gulp-scss-lint, not for showing SCSS-lint validation info,
it's that correct?

Many Thanks

from gulp-scss-lint.

juanfran avatar juanfran commented on September 26, 2024

gulp-scss-lint doesn't run anything because gulp.src doesn't send something that doesn't exist so in gulp-scss-lint I can't run scss-lint without files.

Yes, verbose shows the scsslint command, you can copy it a run it outside gulp to see the original scss-lint output. With this option you can check what is wrong in that command.

from gulp-scss-lint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.