Fix spelling errors
spelling: executable spelling: github spelling: javascript spelling: latest spelling: occurred spelling: parameter Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
08fae3caba
commit
c4fced7348
20 changed files with 65 additions and 65 deletions
2
lib/analysis-paths.js
generated
2
lib/analysis-paths.js
generated
|
|
@ -28,7 +28,7 @@ function printPathFiltersWarning(config, logger) {
|
|||
// If any other languages are detected/configured then show a warning.
|
||||
if ((config.paths.length !== 0 || config.pathsIgnore.length !== 0) &&
|
||||
!config.languages.every(isInterpretedLanguage)) {
|
||||
logger.warning('The "paths"/"paths-ignore" fields of the config only have effect for Javascript and Python');
|
||||
logger.warning('The "paths"/"paths-ignore" fields of the config only have effect for JavaScript and Python');
|
||||
}
|
||||
}
|
||||
exports.printPathFiltersWarning = printPathFiltersWarning;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue