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
|[comprehensive-interface](./rules/miscellaneous/comprehensive-interface.md)| Check that all public or external functions are overridden. This is useful to make sure that the whole API is extracted in an interface. |||
75
-
|[import-path-check](./rules/miscellaneous/import-path-check.md)| Check if an import file exits in target path | $~~~~~~~~$✔️ ||
76
-
|[quotes](./rules/miscellaneous/quotes.md)| Enforces the use of double or simple quotes as configured for string literals. Values must be 'single' or 'double'. | $~~~~~~~~$✔️ ||
|[comprehensive-interface](./rules/miscellaneous/comprehensive-interface.md)| Check that all public or external functions are overridden. This is useful to make sure that the whole API is extracted in an interface. |||
75
+
|[foundry-no-block-time-number](./rules/miscellaneous/foundry-no-block-time-number.md)| Warn on the use of block.timestamp / block.number inside Foundry test files; recommend vm.getBlockTimestamp() / vm.getBlockNumber(). |||
76
+
|[import-path-check](./rules/miscellaneous/import-path-check.md)| Check if an import file exits in target path | $~~~~~~~~$✔️ ||
77
+
|[quotes](./rules/miscellaneous/quotes.md)| Enforces the use of double or simple quotes as configured for string literals. Values must be 'single' or 'double'. | $~~~~~~~~$✔️ ||
0 commit comments