From 831ba16387ee5ca8b1e654ab53c29de15ce8bb68 Mon Sep 17 00:00:00 2001 From: Vikas <41961435+vikas171999@users.noreply.github.com> Date: Sun, 21 Jan 2024 20:04:29 +0530 Subject: [PATCH] Added Swiftlint helper reference README.md Added Swiftlint helper reference So users can better plan tasks --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ab957fc58..a3f6a31293 100644 --- a/README.md +++ b/README.md @@ -773,6 +773,9 @@ A simple example including just two configuration files looks like this: `swiftlint --config .swiftlint.yml --config .swiftlint_child.yml` +### Get a List of Rules Violations +Use Swiftlint Helper to make a list of violations which would help in assigning and segregating the tasks - https://swiftlinthelper.codecrops.com + ### Nested Configurations In addition to a main configuration (the `.swiftlint.yml` file in the root folder),