Feat/tsemach/add commands for manifest management #252
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run yarn lint:
src/services/files-service.ts#L6
Using exported name 'glob' as identifier for default export
|
Run yarn lint:
src/services/files-service.ts#L194
Caution: `glob` also has a named export `sync`. Check if you meant to write `import {sync} from 'glob'` instead
|
Run yarn lint:
src/services/files-service.ts#L202
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
|
Run yarn lint:
src/services/files-service.ts#L264
Missing JSDoc @returns for function
|
Run yarn lint:
src/services/git-service.ts#L19
Async arrow function has too many parameters (5). Maximum allowed is 4
|
Run yarn lint:
src/services/git-service.ts#L44
Caution: `fs` also has a named export `move`. Check if you meant to write `import {move} from 'fs-extra'` instead
|
Run yarn lint:
src/services/git-service.ts#L49
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead
|
Run yarn lint:
src/services/manage-app-env-service.ts#L147
Async arrow function has too many parameters (5). Maximum allowed is 4
|
Run yarn lint:
src/services/manage-app-secret-service.ts#L145
Async arrow function has too many parameters (5). Maximum allowed is 4
|
Run yarn lint:
src/services/prompt-service.ts#L13
Caution: `inquirer` also has a named export `registerPrompt`. Check if you meant to write `import {registerPrompt} from 'inquirer'` instead
|
Loading