We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb9dd8 commit 1fe3520Copy full SHA for 1fe3520
.clang-format
@@ -179,5 +179,6 @@ WhitespaceSensitiveMacros:
179
- STRINGIZE
180
- PP_STRINGIZE
181
- BOOST_PP_STRINGIZE
182
+InsertNewlineAtEOF: true
183
...
184
.github/workflows/merge-criteria.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Run clang-format
64
uses: jidicula/[email protected]
65
with:
66
- clang-format-version: '13'
+ clang-format-version: '17'
67
check-path: '${{ matrix.project }}/src'
68
exclude-regex: '(lib|telemetry/src/st|ground_station/src/format)'
69
flight_computer/src/cli/cli.cpp
@@ -466,4 +466,4 @@ void cli_print_var_range(const cli_value_t *var) {
466
cli_print_linef("Allowed values: OFF, ON");
467
} break;
468
}
469
-}
+}
flight_computer/src/config/globals.cpp
@@ -41,4 +41,4 @@ volatile recorder_status_e global_recorder_status = REC_OFF;
41
event_action_map_elem_t* event_action_map = nullptr;
42
43
char telemetry_code_version[20] = {};
44
-// NOLINTEND(cppcoreguidelines-avoid-non-const-global-variables)
+// NOLINTEND(cppcoreguidelines-avoid-non-const-global-variables)
flight_computer/src/control/orientation_filter.cpp
@@ -42,4 +42,4 @@ void quaternion_kinematics(orientation_filter_t* filter, vf32_t angular_vel) {
/* Normalize Prediction */
normalize_q(filter->estimate_data);
45
ground_station/src/hmi/bmp.hpp
@@ -561,4 +561,4 @@ const unsigned char usb_logo[] PROGMEM = {
561
0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00,
562
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00,
563
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
564
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
ground_station/src/utils.cpp
@@ -296,4 +296,4 @@ DRESULT disk_ioctl(BYTE pdrv, // Physical drive nmuber (0..)
296
return RES_PARERR;
297
298
299
0 commit comments