Kaynağa Gözat

Enable all linters

Martin Melik Merkumians 1 ay önce
ebeveyn
işleme
dee131ddd3
1 değiştirilmiş dosya ile 1 ekleme ve 5 silme
  1. 1 5
      .github/workflows/build.yml

+ 1 - 5
.github/workflows/build.yml

@@ -29,11 +29,7 @@ jobs:
         env:
           VALIDATE_ALL_CODEBASE: true
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          # Use C/C++ flavor for faster execution
-          MEGALINTER_FLAVOR: c_cpp
-          # Enable specific linters you want
-          ENABLE_LINTERS: C_CPPLINT,C_CPPCHECK,C_CLANG_FORMAT
-          # Optional: disable linters you don't need
+          # Disable specific linters
           DISABLE_LINTERS: SPELL_CSPELL
           # Fail on errors (set to false if you want warnings only)
           DISABLE_ERRORS: false