Skip to content

Feat: update README.md to include warning for limited availability #24

Feat: update README.md to include warning for limited availability

Feat: update README.md to include warning for limited availability #24

Triggered via pull request July 27, 2023 06:50
Status Success
Total duration 1m 3s
Artifacts

pull_request.yml

on: pull_request
Run validations
53s
Run validations
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Run validations: src/services/files-service.ts#L5
Using exported name 'glob' as identifier for default export
Run validations: src/services/files-service.ts#L71
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#L79
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
Run validations: src/services/prompt-service.ts#L172
Caution: `fuzzy` also has a named export `filter`. Check if you meant to write `import {filter} from 'fuzzy'` instead
Run validations: src/utils/prettifier-logger.ts#L2
Using exported name 'pino' as identifier for default export