File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1- ## [ 6.0.2] - 2025-09-18
1+ ## [ 6.0.2] - 2025-12-17
2+ 🛠️ ` Fix ` : corrected use-natspec enforcement behavior on internal functions
3+
4+ 🛠️ ` Fix ` : misc minor issues and typos. General polish and stability
5+ <br ><br >
6+
7+ 🆕 ` Rule ` : added ` foundry-no-block ` to detect usage of ` block.timestamp ` and ` block.number ` in Solidity tests
8+
9+ 🆕 ` Rule ` : added ` no-unused-private-functions ` to prevent unused private function declarations
10+
11+ 🆕 ` Rule ` : added ` no-immutable-before-declaration ` to enforce correct immutable declaration order
12+ <br ><br >
13+
14+ 🧱 ` Enhancement ` : improvements to ` foundry-test-function ` rule, including naming and configuration updates
15+ <br ><br >
16+
17+ 🧰 ` Infra ` : update GitHub Actions in CI workflows to v5 and v6. Keeps CI aligned with latest ecosystem changes
18+
19+ 🧰 ` Infra ` : bump js-yaml dependency following security recommendations
20+ <br ><br >
21+
22+ 🧹 ` Chore ` : stop publishing the test directory to npm packages. Reduces package size and noise
223
324🧹 ` Chore ` : ` foundry-test-functions ` is deprecated and will be removed in v7.0.0. Please rename to ` foundry-test-function-naming ` .
425WILL BE REPLACED IN v7
5-
626<br ><br >
727
28+ ✨🛡️ Kudos to our contributors! 🛡️✨
29+ - [ MamunC0der] ( https://github.com/MamunC0der )
30+ - [ @MarkFizz77 ] ( https://github.com/MarkFizz77 )
31+ - [ RidaMichofi] ( https://github.com/RidaMichofi )
32+ - [ Daulox92] ( https://github.com/Daulox92 )
33+
834## [ 6.0.1] - 2025-08-22
935
1036🛠️ ` Fix ` : ` no-unused-vars ` for modifiers
Original file line number Diff line number Diff line change 11FROM node:20-alpine
22LABEL maintainer="diego.bale@protofire.io"
3- ENV VERSION=6.0.1
3+ ENV VERSION=6.0.2
44
55RUN npm install -g solhint@"$VERSION"
You can’t perform that action at this time.
0 commit comments