File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 116116 " ./src/contracts/**/*"
117117 ]
118118
119+ [profile .default .lint ]
120+ # Specifies which lints to run based on severity.
121+ severity = [
122+ " high" ,
123+ " med" ,
124+ " low" ,
125+ " info" ,
126+ " gas"
127+ ]
128+ # List of lint IDs to exclude from checking (e.g., "mixed-case-function").
129+ exclude_lints = []
130+ # List of files or patterns to ignore when running the linter (can use glob patterns)
131+ ignore = [
132+ " src/test/**/*" ,
133+ " script/**/*"
134+ ]
135+
119136[profile .forktest .fuzz ]
120137 optimizer = false
121138 runs = 16
122139
123140[profile .coverage .fuzz ]
124141 optimizer = false
125142 runs = 1
126- gas_limit = " 18446744073709551615" # u64::MAX
127143
128144[profile .medium .fuzz ]
129145 optimizer = false
You can’t perform that action at this time.
0 commit comments