-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from ibis-ssl/refactor/pre-commit
pre-commit色々
- Loading branch information
Showing
157 changed files
with
1,198 additions
and
1,193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
Language: Cpp | ||
BasedOnStyle: Google | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
|
||
interval: daily | ||
open-pull-requests-limit: 1 | ||
labels: | ||
- tag:bot | ||
- type:github-actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"ignorePaths": [ | ||
"**/**.ui" | ||
], | ||
"ignorePaths": ["**/**.ui"], | ||
"words": [ | ||
"grSim", | ||
"robocup", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
--- | ||
name: sync docs | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
- master | ||
paths: | ||
- "docs/**" | ||
- docs/** | ||
|
||
workflow_dispatch: | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
default: true | ||
MD013: false | ||
MD024: | ||
siblings_only: true | ||
MD029: | ||
style: ordered | ||
MD033: false | ||
MD041: false | ||
MD046: false | ||
MD049: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"python.autoComplete.extraPaths": [ | ||
"/home/hans/workspace/ibis_ws/install/robocup_ssl_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_description/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/consai_visualizer/local/lib/python3.10/dist-packages", | ||
"/opt/ros/humble/lib/python3.10/site-packages", | ||
"/opt/ros/humble/local/lib/python3.10/dist-packages" | ||
], | ||
"python.analysis.extraPaths": [ | ||
"/home/hans/workspace/ibis_ws/install/robocup_ssl_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_description/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/consai_visualizer/local/lib/python3.10/dist-packages", | ||
"/opt/ros/humble/lib/python3.10/site-packages", | ||
"/opt/ros/humble/local/lib/python3.10/dist-packages" | ||
] | ||
} | ||
"python.autoComplete.extraPaths": [ | ||
"/home/hans/workspace/ibis_ws/install/robocup_ssl_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_description/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/consai_visualizer/local/lib/python3.10/dist-packages", | ||
"/opt/ros/humble/lib/python3.10/site-packages", | ||
"/opt/ros/humble/local/lib/python3.10/dist-packages" | ||
], | ||
"python.analysis.extraPaths": [ | ||
"/home/hans/workspace/ibis_ws/install/robocup_ssl_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_msgs/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/crane_description/local/lib/python3.10/dist-packages", | ||
"/home/hans/workspace/ibis_ws/install/consai_visualizer/local/lib/python3.10/dist-packages", | ||
"/opt/ros/humble/lib/python3.10/site-packages", | ||
"/opt/ros/humble/local/lib/python3.10/dist-packages" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
extends: default | ||
|
||
ignore: | | ||
*.param.yaml | ||
rules: | ||
braces: | ||
level: error | ||
max-spaces-inside: 1 # To format with Prettier | ||
comments: | ||
level: error | ||
min-spaces-from-content: 1 # To be compatible with C++ and Python | ||
document-start: | ||
level: error | ||
present: false # Don't need document start markers | ||
line-length: disable # Delegate to Prettier | ||
truthy: | ||
level: error | ||
check-keys: false # To allow 'on' of GitHub Actions | ||
quoted-strings: | ||
level: error | ||
required: only-when-needed # To keep consistent style |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Modified from https://github.com/ament/ament_lint/blob/ebd524bb9973d5ec1dc48a670ce54f958a5a0243/ament_cpplint/ament_cpplint/main.py#L64-L120 | ||
set noparent | ||
linelength=100 | ||
includeorder=standardcfirst | ||
filter=-build/c++11 # we do allow C++11 | ||
filter=-build/namespaces_literals # we allow using namespace for literals | ||
filter=-runtime/references # we consider passing non-const references to be ok | ||
filter=-whitespace/braces # we wrap open curly braces for namespaces, classes and functions | ||
filter=-whitespace/indent # we don't indent keywords like public, protected and private with one space | ||
filter=-whitespace/parens # we allow closing parenthesis to be on the next line | ||
filter=-whitespace/semicolon # we allow the developer to decide about whitespace after a semicolon | ||
filter=-build/header_guard # we automatically fix the names of header guards using pre-commit | ||
filter=-build/include_order # we use the custom include order | ||
filter=-build/include_subdir # we allow the style of "foo.hpp" | ||
filter=-readability/alt_tokens # we want to use not instead of ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.