Skip to content

Commit

Permalink
docs: update ignore option description
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Jan 11, 2024
1 parent ab9c67f commit 8ef9672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Whether to enforce natspec for constructors.
Default: `false`

### `--ignore`
The list of directories to exclude from the analysis.
Glob pattern of files and directories to exclude from processing.

Default: `[]`

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function getArguments(): Config {
default: false,
},
ignore: {
describe: 'List of directories to exclude from processing',
describe: 'Glob pattern of files and directories to exclude from processing',
default: [],
type: 'array',
string: true,
Expand Down

0 comments on commit 8ef9672

Please sign in to comment.