Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed May 25, 2024
1 parent 88d9de6 commit 3f614da
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,26 @@ jobs:
container:
image: ros:rolling

env:
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS:

strategy:
fail-fast: false
matrix:
linter: [cppcheck, cpplint, pclint, pyflakes, uncrustify]
linter:
# - clang-tidy
- cppcheck
- cpplint
- lint-cmake
- mypy
# - pclint
- pep257
- pyflakes
- uncrustify
- xmllint
include:
- {linter: flake8, args: "--ignore=Q000"}
- {linter: mypy}
- {linter: pep257, args: ""}
# - {linter: pep8, args: ""}
- {linter: xmllint, args: ""}
# - {linter: flake8, args: "--ignore=Q000"}
- {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 3f614da

Please sign in to comment.