angular/angular.js

View on GitHub
docs/config/processors/keywords.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function generateKeywordsProcessor has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function generateKeywordsProcessor(log, readFilesProcessor) {
  return {
    ignoreWordsFile: undefined,
    areasToSearch: ['api', 'guide', 'misc', 'error', 'tutorial'],
    propertiesToIgnore: [],
Severity: Major
Found in docs/config/processors/keywords.js - About 3 hrs to fix

    Function $process has 60 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        $process: function(docs) {
    
          // Keywords to ignore
          var wordsToIgnore = [];
          var propertiesToIgnore;
    Severity: Major
    Found in docs/config/processors/keywords.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status