You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Links to the error can't be clicked in the terminal due to un-standard URLs
I'd love to move them to use the format file.ts:12:3 which matches how TypeScript shows these errors microsoft/TypeScript#20736 (and how test runners show it)
I'm happy to write this PR, but with 79 open PRs, I thought it'd be more prudent to do an issue before putting the time in 👯
TypeScript code being linted
n/a
Actual behavior
~/dev/projects/danger/peril plugins*
❯ yarn lint
yarn run v1.5.1
$ tslint source/**/**/**.ts
ERROR: source/api/_tests/fixtureAPI.ts[20, 1]: Use of default exports is forbidden
ERROR: source/api/pr/dsl.ts[62, 8]: Use of default exports is forbidden
ERROR: source/github/events/github_runner.ts[227, 8]: Use of default exports is forbidden
error An unexpected error occurred: "Command failed.
Expected behavior
~/dev/projects/danger/peril plugins*
❯ yarn lint
yarn run v1.5.1
$ tslint source/**/**/**.ts
ERROR: source/api/_tests/fixtureAPI.ts:20:1 - Use of default exports is forbidden
ERROR: source/api/pr/dsl.ts:62:8 - Use of default exports is forbidden
ERROR: source/github/events/github_runner.ts:227:8 - Use of default exports is forbidden
error An unexpected error occurred: "Command failed.
The text was updated successfully, but these errors were encountered:
Bug Report
Links to the error can't be clicked in the terminal due to un-standard URLs
I'd love to move them to use the format
file.ts:12:3
which matches how TypeScript shows these errors microsoft/TypeScript#20736 (and how test runners show it)I'm happy to write this PR, but with 79 open PRs, I thought it'd be more prudent to do an issue before putting the time in 👯
TypeScript code being linted
n/a
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: