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

Commit 8270709

Browse files
committed
remove lint tests entirely
1 parent 385206f commit 8270709

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ workflows:
666666
- e2e_setup
667667

668668
- test
669-
- lint
669+
# - lint
670670
- pacts
671671
- windows_build_test
672672
- docs
@@ -772,12 +772,12 @@ workflows:
772772
branches:
773773
ignore: /.*/
774774

775-
- lint:
776-
filters:
777-
tags:
778-
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
779-
branches:
780-
ignore: /.*/
775+
# - lint:
776+
# filters:
777+
# tags:
778+
# only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
779+
# branches:
780+
# ignore: /.*/
781781

782782
- pacts:
783783
filters:

0 commit comments

Comments
 (0)