From c36f797f9f80ac049e96675824f03e4dfbcf7e57 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Tue, 7 Feb 2023 08:02:12 -0700 Subject: [PATCH] disable swiftlint for now --- .trunk/trunk.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 97b7afd..8e18414 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -8,7 +8,6 @@ plugins: uri: https://github.com/trunk-io/plugins lint: enabled: - - swiftlint@0.50.3 - swiftformat@0.50.8 - prettier@2.8.3 - actionlint@1.6.23 @@ -20,6 +19,8 @@ lint: paths: - Sources/hyper-focus/Google Chrome.swift - Sources/hyper-focus/Safari.swift + disabled: + - swiftlint@0.50.3 runtimes: enabled: - go@1.18.3