Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change readme #28

Merged
merged 2 commits into from
Feb 14, 2024
Merged

docs: change readme #28

merged 2 commits into from
Feb 14, 2024

Conversation

dristpunk
Copy link
Contributor

🤖 Linear

Closes BES-262

@dristpunk dristpunk self-assigned this Feb 7, 2024
Copy link

linear bot commented Feb 7, 2024

README.md Outdated
```

**Please note** that the `--include` and `--exclude` parameters accept a glob string as input. Therefore, it is necessary to enclose these strings in quotes.
Copy link
Member

Choose a reason for hiding this comment

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

How about a highlight?

Suggested change
**Please note** that the `--include` and `--exclude` parameters accept a glob string as input. Therefore, it is necessary to enclose these strings in quotes.
> [!NOTE]
> Remember to put quotes around the glob strings when using the `include` and `exclude` options.

README.md Outdated
@@ -40,8 +42,8 @@ npx @defi-wonderland/natspec-smells --include solidity --exclude solidity/(test|

/** @type {import('@defi-wonderland/natspec-smells').Config} */
module.exports = {
include: "solidity",
exclude: ["solidity/(test|scripts)/**/*.sol"],
include: "src/**/*.sol",
Copy link
Member

Choose a reason for hiding this comment

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

Should be single quotes I think due to our linter rules.

@gas1cent gas1cent added this to the v1.1.0 milestone Feb 13, 2024
@gas1cent gas1cent merged commit 607a8ed into main Feb 14, 2024
4 checks passed
@gas1cent gas1cent deleted the docs/update-readme branch February 14, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants