Skip to content

Commit

Permalink
more linter
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed May 25, 2024
1 parent c10a594 commit c9f204b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- {linter: flake8, args: "--ignore=Q000"}
- {linter: mypy, args: ""}
- {linter: pep257, args: ""}
- {linter: pep8, args: ""}
- {linter: xmllint, args: ""}
- {linter: clang-format, args: "--config .clang-format"}
linter: [cppcheck, cpplint, pclint, pyflakes, uncrustify]
include:
- {linter: flake8, args: "--ignore=Q000"}
- {linter: mypy}
- {linter: pep257, args: ""}
- {linter: pep8, args: ""}
- {linter: xmllint, args: ""}
- {linter: clang-format, args: "--config .clang-format"}
- {linter: clang-tidy, args: ""}
- {linter: lint-cmake, args: ""}
# - {linter: cppcheck, args: ""}
# - {linter: cpplint, args: ""}
# - {linter: pclint}

steps:
- name: system information
Expand Down

0 comments on commit c9f204b

Please sign in to comment.