Skip to content

Commit ca63443

Browse files
authored
fix(matter): spell check ignore for CI
1 parent 5b5a2a8 commit ca63443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: idf_component_examples/esp_matter_light/main/matter_light.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void setup() {
264264
cluster_t *color_control_cluster = cluster::get(endpoint, ColorControl::Id);
265265
attribute_t *current_x_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentX::Id);
266266
attribute::set_deferred_persistence(current_x_attribute);
267-
// spell-check-ignore
267+
// Ignore Spelling: CurrentY
268268
attribute_t *current_y_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::CurrentY::Id);
269269
attribute::set_deferred_persistence(current_y_attribute);
270270
attribute_t *color_temp_attribute = attribute::get(color_control_cluster, ColorControl::Attributes::ColorTemperatureMireds::Id);

0 commit comments

Comments
 (0)