Skip to content

Fix ignoring files in windows #85

Fix ignoring files in windows

Fix ignoring files in windows #85

Triggered via pull request November 8, 2023 13:38
Status Failure
Total duration 1m 20s
Artifacts

pull_request.yml

on: pull_request
Run validations
1m 6s
Run validations
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Run validations: src/services/files-service.ts#L3
There should be at least one empty line between import groups
Run validations: src/services/files-service.ts#L3
Prefer `node:os` over `os`
Run validations: src/services/files-service.ts#L118
Expected blank line before this statement
Run validations
Process completed with exit code 1.
Run validations: src/services/files-service.ts#L5
Using exported name 'glob' as identifier for default export
Run validations: src/services/files-service.ts#L118
Caution: `glob` also has a named export `sync`. Check if you meant to write `import {sync} from 'glob'` instead
Run validations: src/services/files-service.ts#L126
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead