Disable contract linting for now
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

So we can continue with actual tests, and fix the linter warnings
separately from other ongoing work.
This commit is contained in:
Râu Cao 2022-08-10 11:18:28 +01:00
parent 98348dc544
commit 46b1bbfbf2
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -15,12 +15,12 @@ steps:
- su drone -c 'npm run lint:wrapper' - su drone -c 'npm run lint:wrapper'
depends_on: depends_on:
- setup - setup
- name: lint contracts # - name: lint contracts
image: gitea.kosmos.org/kredits/docker-ci:latest # image: gitea.kosmos.org/kredits/docker-ci:latest
commands: # commands:
- su drone -c 'npm run lint:contracts' # - su drone -c 'npm run lint:contracts'
depends_on: # depends_on:
- setup # - setup
- name: build contracts - name: build contracts
image: gitea.kosmos.org/kredits/docker-ci:latest image: gitea.kosmos.org/kredits/docker-ci:latest
commands: commands: