Skip to content

Conversation

@kanadgupta
Copy link
Contributor

@kanadgupta kanadgupta commented Sep 15, 2023

🚥 Resolves RM-8001

🧰 Changes

Brings in knip to help us identify code/package excess.

🧬 QA & Testing

Does everything pass?

"build-docs": "node bin/build-markdown.js",
"clean": "npx lerna clean",
"lint": "npm run lint:types; npm run lint:js; npm run prettier",
"lint": "knip && npm run lint:types && npm run lint:js && npm run prettier",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the commands before the semicolons weren't throwing properly failed 😬

@kanadgupta kanadgupta added the refactor Issues about tackling technical debt label Sep 15, 2023
@kanadgupta kanadgupta requested a review from erunion September 15, 2023 20:49
@kanadgupta kanadgupta marked this pull request as ready for review September 15, 2023 20:49
let consoleStub;

beforeEach(async () => {
try {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did Knip find this or you?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it flagged rimraf so sort of!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dang

@kanadgupta kanadgupta merged commit be87af5 into main Sep 15, 2023
@kanadgupta kanadgupta deleted the knip branch September 15, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Issues about tackling technical debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants