Skip to content

ci: knip - #730

Merged
kanadgupta merged 3 commits into
mainfrom
knip
Sep 15, 2023
Merged

ci: knip#730
kanadgupta merged 3 commits into
mainfrom
knip

Conversation

@kanadgupta

@kanadgupta kanadgupta commented Sep 15, 2023

Copy link
Copy Markdown
Contributor
馃殽 Resolves RM-8001

馃О Changes

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

馃К QA & Testing

Does everything pass?

Comment thread package.json
"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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants