Skip to content

Commit

Permalink
Merge pull request #365 from agri-gaia/fix-markdownlinter
Browse files Browse the repository at this point in the history
fix markdownlint pre-commit checks
  • Loading branch information
jarkenau authored Jan 16, 2024
2 parents 56711a5 + c8016bf commit 154b059
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 25 deletions.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"MD013": false,
"MD013": {
"line_length": 120,
"tables": false
},
"MD033": false
}
16 changes: 0 additions & 16 deletions .mdl_style.rb

This file was deleted.

2 changes: 0 additions & 2 deletions .mdlrc

This file was deleted.

7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -61,7 +61,8 @@ repos:
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
hooks:
- id: markdownlint
- id: markdownlint
language_version: 20.10.0

- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
rev: v0.1.0
Expand Down Expand Up @@ -101,6 +102,6 @@ repos:
args: [ "--strict" ]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.27.3
hooks:
- id: check-github-workflows
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,16 @@ The [Doxygen](https://doxygen.nl/) based code documentation can be found [here](
@inproceedings{hoellmann2021seerep,
author = {Höllmann, Mark and Hertzberg, Joachim},
title = {SEEREP: towards a spatio-temporal-SEmantic Environment REPresentation for robots in an agricultural context},
booktitle = {Perception and Navigation for Autonomous Robotics in Unstructured and Dynamic Environments Workshop on 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems},
booktitle = {Perception and Navigation for Autonomous Robotics in Unstructured and Dynamic Environments Workshop on
2021 IEEE/RSJ International Conference on Intelligent Robots and Systems},
year = {2021},
month = {10}
}
@inproceedings{niemeyer2022seerep,
author = {Niemeyer, Mark and Pütz, Sebastian and Hertzberg, Joachim},
title = {A Spatio-Temporal-Semantic Environment Representation for Autonomous Mobile Robots equipped with various Sensor Systems},
title = {A Spatio-Temporal-Semantic Environment Representation for Autonomous Mobile Robots equipped with
various Sensor Systems},
booktitle = {2022 IEEE International Conference on Multisensor Fusion and Integration for Intelligent Systems},
year = {2022},
month = {9},
Expand Down
2 changes: 1 addition & 1 deletion docker/base/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit==2.21.0
pre-commit==3.5.0
flatbuffers==22.12.6
protobuf== 4.21.12
grpcio-tools==1.51.1
Expand Down

0 comments on commit 154b059

Please sign in to comment.