File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11
2+ ## [ 4.5.2] - 2024-03-15
3+
4+ ### Updated
5+ - Update Readme file to include all autofix rules
6+ - Update docker file
7+ - Update package json file
8+
9+
10+
211## [ 4.5.0] - 2024-03-15
312
413### Updated
Original file line number Diff line number Diff line change @@ -88,6 +88,11 @@ This option currently works on:
8888- no-console
8989- explicit-types
9090- private-vars-underscore
91+ - payable-fallback
92+ - quotes
93+ - contract-name-camelcase
94+ - avoid-suicide
95+
9196<br ><br >
9297## Configuration
9398
Original file line number Diff line number Diff line change 11FROM node:20-alpine
22LABEL maintainer="diego.bale@protofire.io"
3- ENV VERSION=4.1.1
3+ ENV VERSION=4.5.2
44
55RUN npm install -g solhint@"$VERSION"
Original file line number Diff line number Diff line change 11{
22 "name" : " solhint" ,
3- "version" : " 4.5.0 " ,
3+ "version" : " 4.5.2 " ,
44 "description" : " Solidity Code Linter" ,
55 "main" : " lib/index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments