Skip to content

Commit

Permalink
test: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Nov 14, 2024
1 parent ca36134 commit 1c580d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/linter/linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ async function checkUnmatchedPatterns(patterns: FilePattern[], patternsMatch: Se

if (notProcessedFiles.size) {
// TODO: For files we need to just print a warning, but the reporter is not available here
// eslint-disable-next-line no-console
console.log(
`Specified ${notProcessedFiles.size === 1 ? "file" : "files"} ` +
`'${[...notProcessedFiles].join("', '")}' ${notProcessedFiles.size === 1 ? "is" : "are"}` +
Expand Down
6 changes: 6 additions & 0 deletions test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,12 @@ Generated by [AVA](https://avajs.dev).
},
]

## lint: com.ui5.troublesome.app with unmatched files

> Snapshot 1
[]

## lint: com.ui5.troublesome.app with files property in ui5lint.config

> Snapshot 1
Expand Down
Binary file modified test/lib/linter/snapshots/linter.ts.snap
Binary file not shown.

0 comments on commit 1c580d1

Please sign in to comment.