codeclimate/codeclimate-eslint

View on GitHub
lib/eslint.js

Summary

Maintainability
D
1 day
Test Coverage

Function run has 183 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function run(console, runOptions) {
  const STDOUT = console.log;
  console.log = console.error;

  var configPath = runOptions.configPath || "/config.json";
Severity: Major
Found in lib/eslint.js - About 7 hrs to fix

    Function run has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
    Open

    function run(console, runOptions) {
      const STDOUT = console.log;
      console.log = console.error;
    
      var configPath = runOptions.configPath || "/config.json";
    Severity: Minor
    Found in lib/eslint.js - About 4 hrs 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

    Function buildIssueJson has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function buildIssueJson(message, path) {
        // ESLint doesn't emit a ruleId in the
        // case of a fatal error (such as an invalid
        // token)
        var checkName = message.ruleId;
    Severity: Minor
    Found in lib/eslint.js - About 1 hr to fix

      Function analyzeFiles has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        function analyzeFiles() {
          var batchNum = 0
            , batchSize = 10
            , batchFiles
            , batchReport;
      Severity: Minor
      Found in lib/eslint.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status