From 9994b1ae0a3aa0e56ffcd013ae43ab20fcb265ed Mon Sep 17 00:00:00 2001
From: Thomas Leplus <thomasleplus@users.noreply.github.com>
Date: Thu, 18 Apr 2024 16:17:07 -0300
Subject: [PATCH] Switching linter config files location

---
 .github/workflows/linter.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 83e3e6d..92fff8e 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -62,5 +62,6 @@ jobs:
         uses: super-linter/super-linter@9d8128f17796a16326ceed5a607d5639a47feb82 # v6.4.0
         env:
           VALIDATE_ALL_CODEBASE: true
+	  LINTER_RULES_PATH: .
           DEFAULT_BRANCH: main
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file