Skip to content

Commit

Permalink
Disable linting in header include
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMichell committed Aug 2, 2024
1 parent 279e0f4 commit 8dd4925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_mdio/src/hello_mdio.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* library.
*/

#include "hello_mdio.h"
#include "hello_mdio.h" // NOLINT [build/include_subdir]

#include <string>
#include <vector>
Expand Down

0 comments on commit 8dd4925

Please sign in to comment.