Skip to content

Commit

Permalink
(feat) Remove developer portal exceptions from trunk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed May 22, 2024
1 parent ddd6fec commit a9828a8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ lint:
- linters: [gitleaks]
paths:
- products/laksaj # laksaj contains a lot of embedded testnet privkeys - ignore them.
- products/developer-portal/zq2/docs/api # Contains a lot of hashes, etc. that are interpreted as secrets
- products/developer-portal/zq1/docs/api # Contains a lot of hashes, etc. that are interpreted as secrets
- products/developer-portal/zq1/docs/scilla/interface.md # contains a lot of hashes
- products/developer-portal/zq1/docs/indexer # contains a lot of hashes
- products/developer-portal/zq2/docs/ecosystem/indexer # contains a lot of hashes
- products/developer-portal/zq1/docs/developers/transaction-lifecycle # Contains examples.
- products/developer-portal/zq1/docs/developers/developer-toolings
- products/developer-portal/zq1/docs/exchanges
- products/bridge/smart-contracts/script/config.ts
- products/bridge/smart-contracts/script/**/*.s.sol
- products/bridge/bridge-web/src/config/config.ts
Expand All @@ -53,9 +45,6 @@ lint:
- linters: [ALL]
paths:
- products/airdrop/**
- products/developer-portal/Dockerfile # Annoying, but trunk is now very opinionated on how you write dockerfiles.
- products/developer-portal/zq2/docs/js/** # trunk does not know this is looking for metamask in the user's browser.
- products/developer-portal/zq2/docs/index.md # contains legitimate empty links
- needing-organisation/**/*
- products/devex/public/*.js
- products/dev-wallet/**
Expand Down

0 comments on commit a9828a8

Please sign in to comment.