Skip to content

Commit

Permalink
added pre-commit to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Oct 20, 2023
1 parent 77df36c commit c1043bd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .vscode/extensions.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,22 @@ ros2 launch rosbot_gazebo simulation.launch.py

## Testing package

### pre-commit
[pre-commit configuration](.pre-commit-config.yaml) prepares plenty of tests helping for developing and contributing. Usage:

```bash
# install pre-commit
pip install pre-commit

# initialize pre-commit workspace
pre-commit install

# manually run tests
pre-commit run -a
```

After initialization [pre-commit configuration](.pre-commit-config.yaml) will applied on every commit.

### Industrial CI
```
colcon test
Expand Down

0 comments on commit c1043bd

Please sign in to comment.