We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f60e commit 767ba2cCopy full SHA for 767ba2c
packages/horizon/natspec-smells.config.js
@@ -5,6 +5,7 @@
5
/** @type {import('@defi-wonderland/natspec-smells').Config} */
6
module.exports = {
7
include: 'contracts/**/*.sol',
8
- exclude: ['test/**/*.sol', 'contracts/mocks/**/*.sol', 'contracts/**/LibFixedMath.sol'],
+ exclude: ['contracts/mocks/**/*.sol', 'contracts/**/LibFixedMath.sol'],
9
constructorNatspec: true,
10
+ enforceInheritdoc: false,
11
}
0 commit comments