Skip to content

Commit

Permalink
chore: bump natspec smells version and update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmoebius committed Jul 19, 2024
1 parent 2615e9c commit aa93234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion natspec-smells.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

/** @type {import('@defi-wonderland/natspec-smells').Config} */
module.exports = {
include: 'src'
include: 'src/**/*.sol',
exclude: '(test|scripts)/**/*.sol',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@defi-wonderland/natspec-smells": "1.1.1",
"@defi-wonderland/natspec-smells": "1.1.3",
"forge-std": "github:foundry-rs/forge-std#1.8.2",
"halmos-cheatcodes": "github:a16z/halmos-cheatcodes#c0d8655",
"husky": ">=8",
Expand Down

0 comments on commit aa93234

Please sign in to comment.