Skip to content

Commit

Permalink
ignore words from spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta committed May 13, 2024
1 parent e63fce3 commit f0e65ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions vehicle/estimator_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# cSpell:ignore utest
cmake_minimum_required(VERSION 3.5)
project(estimator_utils)

Expand Down
1 change: 1 addition & 0 deletions vehicle/estimator_utils/test/utest_launch.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- cSpell:ignore utest -->
<?xml version="1.0"?>
<launch>
<test test-name="unit_test_node" pkg="estimator_utils" type="utest_node"/>
Expand Down
2 changes: 2 additions & 0 deletions vehicle/pitch_checker/src/pitch_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// limitations under the License.
//

// cSpell:ignore strvec

#include "pitch_checker/pitch_reader.hpp"

#include <limits>
Expand Down

0 comments on commit f0e65ee

Please sign in to comment.