Modernise C++ linter using new @cpplint/cli tooling

This commit is contained in:
Lovell Fuller
2025-09-22 14:59:52 +01:00
parent adb6275ae9
commit 54722dd582
14 changed files with 55 additions and 36 deletions

View File

@@ -4,10 +4,11 @@
#ifndef SRC_COMMON_H_
#define SRC_COMMON_H_
#include <atomic>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include <atomic>
#include <napi.h>
#include <vips/vips8>
@@ -30,7 +31,7 @@ using vips::VImage;
namespace sharp {
struct InputDescriptor { // NOLINT(runtime/indentation_namespace)
struct InputDescriptor {
std::string name;
std::string file;
bool autoOrient;