Skip to content

Commit a64c535

Browse files
committed
👷 remove async/await rule in the CI
Issue: CLDSRV-860
1 parent cf2f41f commit a64c535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
cache: pip
9898
- name: Install python deps
9999
run: pip install flake8
100-
- name: Lint Javascript
101-
run: yarn run --silent lint
100+
- name: Lint Javascript (strict, excluding async migration rules)
101+
run: yarn run --silent lint --max-warnings 0 --rule "promise/prefer-await-to-then: off" --rule "n/callback-return: off"
102102
- name: Lint Markdown
103103
run: yarn run --silent lint_md
104104
- name: Lint python

0 commit comments

Comments
 (0)