|
@@ -29,11 +29,7 @@ jobs:
|
|
|
env:
|
|
env:
|
|
|
VALIDATE_ALL_CODEBASE: true
|
|
VALIDATE_ALL_CODEBASE: true
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
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
|
|
DISABLE_LINTERS: SPELL_CSPELL
|
|
|
# Fail on errors (set to false if you want warnings only)
|
|
# Fail on errors (set to false if you want warnings only)
|
|
|
DISABLE_ERRORS: false
|
|
DISABLE_ERRORS: false
|