-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pre-commit-hooks.yaml
174 lines (174 loc) · 5.58 KB
/
.pre-commit-hooks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
- id: check_manifest_dependencies
name: Check Manifest Dependencies
entry: glint_hook check_manifest_dependencies -f
language: python
- id: enforce_manifest_ordering
name: Enforce Manifest Ordering
entry: glint_hook enforce_manifest_ordering -f
language: python
- id: remove_empty_export_tag
name: Remove Empty Export Tag
entry: glint_hook remove_empty_export_tag -f
language: python
- id: enforce_manifest_tabbing
name: Enforce Manifest Tabbing
entry: glint_hook enforce_manifest_tabbing -f
language: python
- id: remove_empty_manifest_lines
name: Remove Empty Manifest Lines
entry: glint_hook remove_empty_manifest_lines -f
language: python
- id: remove_boilerplate_manifest_comments
name: Remove Boilerplate Manifest Comments
entry: glint_hook remove_boilerplate_manifest_comments -f
language: python
- id: greedy_depend_tag
name: Greedy Depend Tag
entry: glint_hook greedy_depend_tag -f
language: python
- id: update_people
name: Update People
entry: glint_hook update_people -f
language: python
- id: update_license
name: Update License
entry: glint_hook update_license -f
language: python
- id: remove_empty_cmake_lines
name: Remove Empty CMake Lines
entry: glint_hook remove_empty_cmake_lines -f
language: python
- id: remove_boilerplate_cmake_comments
name: Remove Boilerplate CMake Comments
entry: glint_hook remove_boilerplate_cmake_comments -f
language: python
- id: check_cmake_dependencies
name: Check CMake Dependencies
entry: glint_hook check_cmake_dependencies -f
language: python
- id: check_generators
name: Check Generators
entry: glint_hook check_generators -f
language: python
- id: check_includes
name: Check Includes
entry: glint_hook check_includes -f
language: python
- id: target_catkin_libraries
name: Target Catkin Libraries
entry: glint_hook target_catkin_libraries -f
language: python
- id: check_library_setup
name: Check Library Setup
entry: glint_hook check_library_setup -f
language: python
- id: check_exported_dependencies
name: Check Exported Dependencies
entry: glint_hook check_exported_dependencies -f
language: python
- id: remove_old_style_cpp_dependencies
name: Remove Old Style C++ Dependencies
entry: glint_hook remove_old_style_cpp_dependencies -f
language: python
- id: update_cplusplus_installs
name: Update C++ Installs
entry: glint_hook update_cplusplus_installs -f
language: python
- id: export_cplusplus_libraries
name: Export C++ Libraries
entry: glint_hook export_cplusplus_libraries -f
language: python
- id: update_misc_installs
name: Update Miscellaneous Installs
entry: glint_hook update_misc_installs -f
language: python
- id: fix_double_directory_installs
name: Fix Double Directory Installs
entry: glint_hook fix_double_directory_installs -f
language: python
- id: check_python_marker
name: Check Python Marker
entry: glint_hook check_python_marker -f
language: python
- id: generate_ament_cmake_python_entry_points
name: Generate Ament CMake Python Entry Points
entry: glint_hook generate_ament_cmake_python_entry_points -f
language: python
- id: sync_package_xml_and_setup_py
name: Sync Package XML And Setup Py
entry: glint_hook sync_package_xml_and_setup_py -f
language: python
- id: check_setup_py
name: Check Setup Py
entry: glint_hook check_setup_py -f
language: python
- id: update_python_installs
name: Update Python Installs
entry: glint_hook update_python_installs -f
language: python
- id: clean_whitespace_from_interface_definition
name: Clean Whitespace From Interface Definition
entry: glint_hook clean_whitespace_from_interface_definition -f
language: python
- id: fill_in_msg_package_names
name: Fill In Msg Package Names
entry: glint_hook fill_in_msg_package_names -f
language: python
- id: check_plugins
name: Check Plugins
entry: glint_hook check_plugins -f
language: python
- id: enforce_cmake_ordering
name: Enforce CMake Ordering
entry: glint_hook enforce_cmake_ordering -f
language: python
- id: alphabetize_cmake_sections
name: Alphabetize CMake Sections
entry: glint_hook alphabetize_cmake_sections -f
language: python
- id: prettify_catkin_package_cmd
name: Prettify Catkin Package Cmd
entry: glint_hook prettify_catkin_package_cmd -f
language: python
- id: prettify_package_lists
name: Prettify Package Lists
entry: glint_hook prettify_package_lists -f
language: python
- id: prettify_msgs_srvs
name: Prettify Msgs Srvs
entry: glint_hook prettify_msgs_srvs -f
language: python
- id: prettify_installs
name: Prettify Installs
entry: glint_hook prettify_installs -f
language: python
- id: prettify_command_groups
name: Prettify Command Groups
entry: glint_hook prettify_command_groups -f
language: python
- id: clean_up_rviz_configs
name: Clean Up RViz Configs
entry: glint_hook clean_up_rviz_configs -f
language: python
- id: check_dynamic_reconfigure
name: Check Dynamic Reconfigure
entry: glint_hook check_dynamic_reconfigure -f
language: python
- id: remove_useless_files
name: Remove Useless Files
entry: glint_hook remove_useless_files -f
language: python
- id: misc_xml_formatting
name: Miscellaneous XML Formatting
entry: glint_hook misc_xml_formatting -f
language: python
- id: prettify_cmake
name: Prettify CMake
entry: glint_hook prettify_catkin_package_cmd prettify_package_lists prettify_msgs_srvs prettify_installs
prettify_command_groups -f
language: python
- id: remove_boilerplate
name: Remove Boilerplate
entry: glint_hook remove_empty_export_tag remove_boilerplate_manifest_comments remove_boilerplate_cmake_comments
-f
language: python