You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[interface-starts-with-i](./rules/naming/interface-starts-with-i.md)| Solidity Interfaces names should start with an `I`|||
31
31
|[const-name-snakecase](./rules/naming/const-name-snakecase.md)| Constant name must be in capitalized SNAKE_CASE. (Does not check IMMUTABLES, use immutable-vars-naming) | $~~~~~~~~$✔️ ||
32
-
|[contract-name-pascalcase](./rules/naming/contract-name-pascalcase.md)| Contract, Structs and Enums should be in PascalCase.| $~~~~~~~~$✔️ ||
33
-
|[event-name-pascalcase](./rules/naming/event-name-pascalcase.md)| Event name must be in PascalCase.| $~~~~~~~~$✔️ ||
32
+
|[contract-name-capwords](./rules/naming/contract-name-capwords.md)| Contract, Structs and Enums should be in CapWords. | $~~~~~~~~$✔️ ||
33
+
|[event-name-capwords](./rules/naming/event-name-capwords.md)| Event name must be in CapWords. | $~~~~~~~~$✔️ ||
34
34
|[foundry-test-functions](./rules/naming/foundry-test-functions.md)| Enforce naming convention on functions for Foundry test cases |||
35
35
|[func-name-mixedcase](./rules/naming/func-name-mixedcase.md)| Function name must be in mixedCase. | $~~~~~~~~$✔️ ||
36
36
|[func-named-parameters](./rules/naming/func-named-parameters.md)| Enforce named parameters for function calls with 4 or more arguments. This rule may have some false positives |||
0 commit comments