Docs db - get connection string #319
pull_request.yml
on: pull_request
Run validations
53s
Annotations
3 errors and 10 warnings
|
Run validations
Process completed with exit code 1.
|
|
Run validations:
src/commands/docs-db/connection-string.ts#L32
This assertion is unnecessary since it does not change the type of the expression
|
|
Run validations:
src/commands/docs-db/connection-string.ts#L7
`services/docs-db-service` import should occur before import of `services/dynamic-choices-service`
|
|
Run validations:
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
|
|
Run validations:
src/services/manage-app-secret-service.ts#L145
Async arrow function has too many parameters (5). Maximum allowed is 4
|
|
Run validations:
src/services/manage-app-env-service.ts#L147
Async arrow function has too many parameters (5). Maximum allowed is 4
|
|
Run validations:
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 validations:
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 validations:
src/services/git-service.ts#L19
Async arrow function has too many parameters (5). Maximum allowed is 4
|
|
Run validations:
src/services/files-service.ts#L184
Caution: `parseGitIgnore` also has a named export `parse`. Check if you meant to write `import {parse} from 'parse-gitignore'` instead
|
|
Run validations:
src/services/files-service.ts#L176
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#L6
Using exported name 'glob' as identifier for default export
|
|
Run validations:
src/commands/app/__tests__/create.test.ts#L136
Caution: `fs` also has a named export `remove`. Check if you meant to write `import {remove} from 'fs-extra'` instead
|