@@ -91,11 +91,12 @@ The following options are available inside workspace configurations:
9191- [ ignore] [ 4 ]
9292- [ ignoreBinaries] [ 5 ]
9393- [ ignoreDependencies] [ 6 ]
94- - [ ignoreMembers] [ 7 ]
95- - [ ignoreUnresolved] [ 8 ]
96- - [ includeEntryExports] [ 9 ]
94+ - [ ignoreIssues] [ 7 ]
95+ - [ ignoreMembers] [ 8 ]
96+ - [ ignoreUnresolved] [ 9 ]
97+ - [ includeEntryExports] [ 10 ]
9798
98- [ Plugins] [ 10 ] can be configured separately per workspace.
99+ [ Plugins] [ 11 ] can be configured separately per workspace.
99100
100101Use ` --debug ` for verbose output and see the workspaces Knip includes, their
101102configurations, enabled plugins, glob options and resolved files.
@@ -133,7 +134,7 @@ workspaces. For two reasons:
133134
134135To lint the workspace in isolation, there are two options:
135136
136- - Combine the ` workspace ` argument with [ strict production mode] [ 11 ] .
137+ - Combine the ` workspace ` argument with [ strict production mode] [ 12 ] .
137138- Run Knip from inside the workspace directory.
138139
139140[ 1 ] : ../overview/configuration.md#defaults
@@ -142,8 +143,9 @@ To lint the workspace in isolation, there are two options:
142143[ 4 ] : ../reference/configuration.md#ignore
143144[ 5 ] : ../reference/configuration.md#ignorebinaries
144145[ 6 ] : ../reference/configuration.md#ignoredependencies
145- [ 7 ] : ../reference/configuration.md#ignoremembers
146- [ 8 ] : ../reference/configuration.md#ignoreunresolved
147- [ 9 ] : ../reference/configuration.md#includeentryexports
148- [ 10 ] : ../reference/configuration.md#plugins
149- [ 11 ] : ./production-mode.md#strict-mode
146+ [ 7 ] : ../reference/configuration.md#ignoreissues
147+ [ 8 ] : ../reference/configuration.md#ignoremembers
148+ [ 9 ] : ../reference/configuration.md#ignoreunresolved
149+ [ 10 ] : ../reference/configuration.md#includeentryexports
150+ [ 11 ] : ../reference/configuration.md#plugins
151+ [ 12 ] : ./production-mode.md#strict-mode
0 commit comments