Skip to content

Commit 129bea5

Browse files
authored
fix(lint): 'unwrapped-modifier-logic' incorrectly marked with Severity::Gas (#11358)
fix(lint): 'unwrapped-modifier-logic' incorrectly marked with Severity::Gas
1 parent 303afb8 commit 129bea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lint/src/sol/codesize/unwrapped_modifier_logic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use solar_sema::hir::{self, Res};
88

99
declare_forge_lint!(
1010
UNWRAPPED_MODIFIER_LOGIC,
11-
Severity::Gas,
11+
Severity::CodeSize,
1212
"unwrapped-modifier-logic",
1313
"wrap modifier logic to reduce code size"
1414
);

0 commit comments

Comments
 (0)