We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a812bc2 commit 2ca3347Copy full SHA for 2ca3347
.pre-commit-config.yaml
@@ -35,3 +35,9 @@ repos:
35
files: "^monitoring/"
36
language: script
37
description: "Checks monitoring directory code according to the formatting configuration"
38
+ - id: cross-chain-arbitrum-format
39
+ name: "Check cross-chain/arbitrum directory code formatting"
40
+ entry: /usr/bin/env bash -c "cd cross-chain/arbitrum && yarn format"
41
+ files: "^cross-chain/arbitrum/"
42
+ language: script
43
+ description: "Checks cross-chain/arbitrum directory code according to the formatting configuration"
0 commit comments