feat: add support to custom repository info #189
Annotations
8 errors
test:
bin/commands/push.ts#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
bin/helpers.ts#L96
Unexpected `await` of a non-Promise (non-"Thenable") value
|
test:
src/occurrences.ts#L105
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/occurrences.ts#L127
Redundant use of `await` on a return value
|
test:
src/occurrences.ts#L138
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/occurrences.ts#L155
Redundant use of `await` on a return value
|
test:
src/occurrences.ts#L161
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test
Process completed with exit code 1.
|