We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
includes
1 parent 1640fc9 commit 58077beCopy full SHA for 58077be
src/ryu-cho.ts
@@ -107,7 +107,7 @@ export class RyuCho {
107
let hasValidFile = false
108
109
if (this.config.pathStartsWith) {
110
- log('W', 'pathStartsWith is deprecated. Use paths instead.')
+ log('W', '`path-starts-with` is deprecated. Use `includes` instead.')
111
112
hasValidFile = res.data.files!.some((file) => {
113
return file.filename!.startsWith(this.config.pathStartsWith!)
0 commit comments