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

@@ -1,15 +1,16 @@
// Copyright 2013 Lovell Fuller and others.
// SPDX-License-Identifier: Apache-2.0
#include <numeric>
#include <vector>
#include <iostream>
#include <numeric>
#include <string>
#include <vector>
#include <napi.h>
#include <vips/vips8>
#include "common.h"
#include "stats.h"
#include "./common.h"
#include "./stats.h"
class StatsWorker : public Napi::AsyncWorker {
public: