MattDiMu/postcss-fixes

View on GitHub

Showing 6 of 6 total issues

Function exports has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

module.exports = postcss.plugin('postcss-fixes', opts => {
    opts = opts || {};
    if (opts.mode && opts.mode === 'safe') console.warn('[postcss-fixes] option "mode" was renamed to "preset". ');

    var preset = defaultPreset;
Severity: Minor
Found in index.js - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Avoid too many return statements within this function.
Open

        return pluginsArr.filter(isSafe);
Severity: Major
Found in index.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return pluginsArr.filter(isRecommended);
    Severity: Major
    Found in index.js - About 30 mins to fix

      Function evalPluginsFromPreset has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      function evalPluginsFromPreset(preset) {
          var pluginsArr = plugins;
          if (preset === 'enable-all') {
              return pluginsArr;
          } else if (preset === 'disable-all') {
      Severity: Minor
      Found in index.js - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Parsing error: The keyword 'const' is reserved
      Open

      const postcss = require('postcss');
      Severity: Minor
      Found in test.js by eslint

      For more information visit Source: http://eslint.org/docs/rules/

      Parsing error: Unexpected token >
      Open

      module.exports = postcss.plugin('postcss-fixes', opts => {
      Severity: Minor
      Found in index.js by eslint

      For more information visit Source: http://eslint.org/docs/rules/

      Severity
      Category
      Status
      Source
      Language