Skip to content

Commit 51f4481

Browse files
committedOct 31, 2024·
Minor fixes
1 parent aff3720 commit 51f4481

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
 

‎packages/docs/src/content/docs/explanations/why-use-knip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Advanced features for maximum coverage:
2020
- [Configuration file parsers][4]
2121
- [Advanced shell script parser][5]
2222
- [Built-in and custom compilers][6]
23-
- [Auto-fix many issues][7]
23+
- [Auto-fix most issues][7]
2424

2525
:::
2626

‎packages/docs/src/content/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ import Contributors from '../../components/Contributors.astro';
4646
* Custom module resolution
4747
* Configuration file parsers
4848
* Advanced shell script parser
49-
* Built-in and custom ompilers
50-
* Auto-fix many issues
49+
* Built-in and custom compilers
50+
* Auto-fix most issues
5151

5252
</Card>
5353
</CardGrid>

‎packages/knip/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ export const main = async (unresolvedConfiguration: CommandLineOptions) => {
629629
}
630630
};
631631

632-
// inspect(graph);
633-
634632
await collectUnusedExports();
635633

636634
const { issues, counters, tagHints, configurationHints } = collector.getIssues();

0 commit comments

Comments
 (0)
Please sign in to comment.