Skip to content

Commit b6fbcca

Browse files
authored
Merge pull request #873 from github/nickrolfe/ruby
Update warning about interpreted languages to mention Ruby
2 parents cbabe47 + df0c306 commit b6fbcca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/analysis-paths.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analysis-paths.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export function printPathFiltersWarning(
2929
config: configUtils.Config,
3030
logger: Logger
3131
) {
32-
// Index include/exclude/filters only work in javascript and python.
32+
// Index include/exclude/filters only work in javascript/python/ruby.
3333
// If any other languages are detected/configured then show a warning.
3434
if (
3535
(config.paths.length !== 0 || config.pathsIgnore.length !== 0) &&
3636
!config.languages.every(isInterpretedLanguage)
3737
) {
3838
logger.warning(
39-
'The "paths"/"paths-ignore" fields of the config only have effect for JavaScript and Python'
39+
'The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby'
4040
);
4141
}
4242
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy