RobinCK/gulp-css-rebase

View on GitHub

Showing 2 of 2 total issues

Function exports has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (opt) {
  var options = merge({
    output_assets: null,
    output_css: null,
    exclude: [],
Severity: Major
Found in index.js - About 2 hrs to fix

    Function adjust has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function adjust(file) {
        var css = file.contents.toString();
    
        return rework(css)
                .use(url(function (url) {
    Severity: Minor
    Found in index.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language