Skip to content

Commit ccc43fa

Browse files
committed
Exclude zk-email from pragma consistency checks
1 parent d9cba45 commit ccc43fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checks/pragma-consistency.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { findAll } = require('solidity-ast/utils');
77
const { _: artifacts } = require('yargs').argv;
88

99
// files to skip
10-
const skipPatterns = ['contracts-exposed/**', 'contracts/mocks/WithInit.sol'];
10+
const skipPatterns = ['contracts-exposed/**', 'contracts/mocks/WithInit.sol', '@zk-email/**'];
1111

1212
for (const artifact of artifacts) {
1313
const { output: solcOutput } = require(path.resolve(__dirname, '../..', artifact));

0 commit comments

Comments
 (0)