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 }} """