Skip to content

Commit adf520e

Browse files
committed
chore: dont run natspec smells on lint
Signed-off-by: Tomás Migone <[email protected]>
1 parent 6435f64 commit adf520e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"lint": "yarn lint:ts && yarn lint:sol",
1515
"lint:ts": "eslint '**/*.{js,ts}' --fix",
16-
"lint:sol": "yarn lint:sol:prettier && yarn lint:sol:solhint && yarn lint:sol:natspec",
16+
"lint:sol": "yarn lint:sol:prettier && yarn lint:sol:solhint",
1717
"lint:sol:prettier": "prettier --write contracts/**/*.sol test/**/*.sol",
1818
"lint:sol:solhint": "solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
1919
"lint:sol:natspec": "natspec-smells --config natspec-smells.config.js",

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"lint": "yarn lint:ts && yarn lint:sol",
1515
"lint:ts": "eslint '**/*.{js,ts}' --fix",
16-
"lint:sol": "yarn lint:sol:prettier && yarn lint:sol:solhint && yarn lint:sol:natspec",
16+
"lint:sol": "yarn lint:sol:prettier && yarn lint:sol:solhint",
1717
"lint:sol:prettier": "prettier --write contracts/**/*.sol test/**/*.sol",
1818
"lint:sol:solhint": "solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
1919
"lint:sol:natspec": "natspec-smells --config natspec-smells.config.js",

0 commit comments

Comments
 (0)