taught the linter not to complain about guards for these header files that aren't really header files

pull/911/head
Jesse Vincent 4 years ago committed by Gergely Nagy
parent 16a87e149f
commit df3e36270b
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -1 +1,2 @@
// Any code that appears here is added to the bottom of the preprocessed sketch file.
// NOLINT(build/header_guard)

@ -1,3 +1,3 @@
// Any code that appears here is added to the top of the preprocessed sketch file.
// NOLINT(build/header_guard)
#define KALEIDOSCOPE_SKETCH

Loading…
Cancel
Save