Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
remove lint tests entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jan 5, 2021
1 parent 385206f commit 8270709
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -666,7 +666,7 @@ workflows:
- e2e_setup

- test
- lint
# - lint
- pacts
- windows_build_test
- docs
Expand Down Expand Up @@ -772,12 +772,12 @@ workflows:
branches:
ignore: /.*/

- lint:
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
branches:
ignore: /.*/
# - lint:
# filters:
# tags:
# only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
# branches:
# ignore: /.*/

- pacts:
filters:
Expand Down

0 comments on commit 8270709

Please sign in to comment.