Skip to content

Commit

Permalink
CI: Remove catkin_lint for ROS2
Browse files Browse the repository at this point in the history
  • Loading branch information
mintar committed Apr 26, 2024
1 parent 5161fe9 commit 1bf1080
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,3 @@ repos:
rev: 5.0.4
hooks:
- id: flake8

- repo: local
hooks:
- id: catkin_lint
name: catkin_lint
description: Check package.xml and cmake files
entry: catkin_lint .
language: system
always_run: true
pass_filenames: false
args: [ "--strict" ]

0 comments on commit 1bf1080

Please sign in to comment.