Commit cf0e3a56 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ci): apply doc comment rule to tests (#12545)

Updates semgrep config to apply doc comment rule to tests.
Updates tests to fix instances where this was violated.
parent 1d6bb410
...@@ -60,7 +60,7 @@ rules: ...@@ -60,7 +60,7 @@ rules:
pattern-regex: (\/\*\*\n(\s+\*\s.*\n)+\s+\*\/) pattern-regex: (\/\*\*\n(\s+\*\s.*\n)+\s+\*\/)
paths: paths:
exclude: exclude:
- packages/contracts-bedrock/test - packages/contracts-bedrock/test/safe-tools/CompatibilityFallbackHandler_1_3_0.sol
- id: sol-expectrevert-no-args - id: sol-expectrevert-no-args
languages: [solidity] languages: [solidity]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment