Skip to content

Commit

Permalink
Check only C
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Nov 18, 2023
1 parent 2d42abd commit 2a54e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_PYRIGHT_CONFIG_FILE: pyproject.toml
PYTHON_RUFF_CONFIG_FILE: pyproject.toml
FILTER_REGEX_EXCLUDE: (codeQA/)
CPP_CPPLINT_FILE_EXTENSIONS: [".c", ".cpp", ".h", ".cc", ".hpp", ".cxx", ".cu", ".hxx", ".c++", ".hh", ".h++", ".cuh"]
CPP_CPPLINT_FILE_EXTENSIONS: [".C", ".cpp", ".h", ".cc", ".hpp", ".cxx", ".cu", ".hxx", ".c++", ".hh", ".h++", ".cuh"]

0 comments on commit 2a54e18

Please sign in to comment.