Skip to content

Commit 172c8e1

Browse files
pkuchtattMichał Sieczkowski
and
Michał Sieczkowski
authored
🧐 Add linters to contracts-por and fix style errors (#1216)
* Add linters * Run linter on CI * Disable slither Co-authored-by: Michał Sieczkowski <[email protected]>
1 parent 39743f8 commit 172c8e1

File tree

9 files changed

+708
-171
lines changed

9 files changed

+708
-171
lines changed

.circleci/config.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
- attach_workspace:
6868
at: .
6969
- run: yarn lint
70+
lint-package-contracts-por:
71+
docker:
72+
- image: cimg/node:16.1.0
73+
steps:
74+
- attach_workspace:
75+
at: .
76+
- run: yarn workspace @trusttoken-smart-contracts/contracts-por lint
7077
test-package-contracts-por:
7178
docker:
7279
- image: cimg/node:16.1.0
@@ -141,9 +148,9 @@ workflows:
141148
- lint:
142149
requires:
143150
- setup
144-
- slither:
151+
- lint-package-contracts-por:
145152
requires:
146-
- setup
153+
- build
147154
- test-package-contracts-por:
148155
requires:
149156
- build

0 commit comments

Comments
 (0)