File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : " solhint:default"
3- }
2+ "extends" : " solhint:recommended" ,
3+ "rules" : {
4+ "compiler-version" : [" error" , " 0.8.28" ],
5+ "no-inline-assembly" : " off" ,
6+ "no-unused-import" : " error" ,
7+ "func-named-parameters" : " off" ,
8+ "func-visibility" : [" error" , { "ignoreConstructors" : true }],
9+ "reason-string" : [" warn" , { "maxLength" : 64 }],
10+ "immutable-vars-naming" : [" error" , { "immutablesAsConstants" : true }],
11+ "var-name-mixedcase" : " error" ,
12+ "custom-errors" : " error" ,
13+ "func-name-mixedcase" : " error"
14+ }
15+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " based-applications" ,
33 "version" : " 0.0.0" ,
4- "description" : " Based Applications Contracts SSV " ,
4+ "description" : " SSV Based Applications" ,
55 "scripts" : {
66 "build" : " forge fmt && forge build" ,
77 "deploy" : " forge script script/DeployProxy.s.sol --rpc-url $HOLESKY_RPC_URL --private-key $PRIVATE_KEY --broadcast" ,
You can’t perform that action at this time.
0 commit comments