Skip to content

Commit 767ba2c

Browse files
committed
chore: update horizon natspec smells config
Signed-off-by: Tomás Migone <[email protected]>
1 parent ab2f60e commit 767ba2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/horizon/natspec-smells.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/** @type {import('@defi-wonderland/natspec-smells').Config} */
66
module.exports = {
77
include: 'contracts/**/*.sol',
8-
exclude: ['test/**/*.sol', 'contracts/mocks/**/*.sol', 'contracts/**/LibFixedMath.sol'],
8+
exclude: ['contracts/mocks/**/*.sol', 'contracts/**/LibFixedMath.sol'],
99
constructorNatspec: true,
10+
enforceInheritdoc: false,
1011
}

0 commit comments

Comments
 (0)