Skip to content

Commit 485a21a

Browse files
author
dbale-altoros
committed
removed duplicated file
1 parent fc0d4db commit 485a21a

File tree

3 files changed

+1
-151
lines changed

3 files changed

+1
-151
lines changed

conf/rulesets/solhint-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ module.exports = Object.freeze({
2525
},
2626
],
2727
'constructor-syntax': 'warn',
28-
'gas-struct-packing': 'warn',
2928
'gas-calldata-parameters': 'warn',
3029
'gas-increment-by-one': 'warn',
3130
'gas-indexed-events': 'warn',
3231
'gas-multitoken1155': 'warn',
3332
'gas-small-strings': 'warn',
33+
'gas-struct-packing': 'warn',
3434
'comprehensive-interface': 'warn',
3535
quotes: ['error', 'double'],
3636
'const-name-snakecase': 'warn',

docs/rules.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ title: "Rule Index of Solhint"
2929

3030
| Rule Id | Error | Recommended | Deprecated |
3131
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------- | ----------- | ---------- |
32-
| [gas-struct-packing](./rules/gas-consumption/gas-struct-packing.md) | Suggest to re-arrange struct packing order when it is inefficient | | |
3332
| [gas-calldata-parameters](./rules/gas-consumption/gas-calldata-parameters.md) | Suggest calldata keyword on function arguments when read only | | |
3433
| [gas-increment-by-one](./rules/gas-consumption/gas-increment-by-one.md) | Suggest incrementation by one like this ++i instead of other type | | |
3534
| [gas-indexed-events](./rules/gas-consumption/gas-indexed-events.md) | Suggest indexed arguments on events for uint, bool and address | | |

lib/rules/gas-consumption/_gas-struct-packing.js

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)