Skip to content

Commit

Permalink
Add current directory prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Sep 28, 2022
1 parent 3671b8c commit 3ffe1eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ jobs:
command: npm run lint
- shellcheck/check:
ignore-dirs: |
.git/
node_modules/
dist/
./.git
./node_modules
./dist
hardhat-core-default-solc:
# Runs out of memory on 'medium'.
Expand Down

0 comments on commit 3ffe1eb

Please sign in to comment.