From 7d48aebc5d0efcd107954bea77213ff5c60e97c2 Mon Sep 17 00:00:00 2001 From: Kamil Strzelecki Date: Sun, 30 Mar 2025 11:31:16 +0200 Subject: [PATCH] - --- .mise.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.mise.toml b/.mise.toml index 24a94b1..513f2cf 100644 --- a/.mise.toml +++ b/.mise.toml @@ -18,7 +18,6 @@ quiet = true run = """ {{ vars.swiftlint }} lint \ --config .swiftlint.yml \ ---reporter relative-path \ --strict \ {{ vars.sources }} """ @@ -30,7 +29,6 @@ run = """ {{ vars.swiftlint }} lint \ --config .swiftlint.yml \ --config .swiftlint.tests.yml \ ---reporter relative-path \ --strict \ {{ vars.tests }} """