From 93b213072d86eeb9bd5ada9ff5a6a8cb0f7c7b1d Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Sun, 10 Nov 2024 15:41:35 +0100 Subject: [PATCH] upgrade cpplint --- .github/workflows/test.yml | 2 +- devbox.json | 2 +- devbox.lock | 66 ++++++++++++++++++++++++++++++++++++-- 3 files changed, 65 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27f737f..4562c02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: linter run: | - pip install cpplint + pip install cpplint==2.0.0 make lint test: diff --git a/devbox.json b/devbox.json index 02a4ec1..5dfc81c 100644 --- a/devbox.json +++ b/devbox.json @@ -3,7 +3,7 @@ "python@3.11", "lcov@1.16", "pipx", - "cpplint" + "cpplint@2.0.0" ], "shell": { "init_hook": [ diff --git a/devbox.lock b/devbox.lock index fa45d17..14600c5 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1,9 +1,69 @@ { "lockfile_version": "1", "packages": { - "cpplint": { - "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#cpplint", - "source": "nixpkg" + "cpplint@2.0.0": { + "last_modified": "2024-11-03T14:18:04Z", + "resolved": "github:NixOS/nixpkgs/4ae2e647537bcdbb82265469442713d066675275#cpplint", + "source": "devbox-search", + "version": "2.0.0", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/70gc21bl3grda63djlks6x1f5g8h89xk-cpplint-2.0.0", + "default": true + }, + { + "name": "dist", + "path": "/nix/store/3sq5396dcbg3r06g9zci1w4rxql1xf0k-cpplint-2.0.0-dist" + } + ], + "store_path": "/nix/store/70gc21bl3grda63djlks6x1f5g8h89xk-cpplint-2.0.0" + }, + "aarch64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/3fcbszvn75zwim2n3785bflrwww38l42-cpplint-2.0.0", + "default": true + }, + { + "name": "dist", + "path": "/nix/store/fqrmkx6q4q290hildy4l6gi2pzwzwinw-cpplint-2.0.0-dist" + } + ], + "store_path": "/nix/store/3fcbszvn75zwim2n3785bflrwww38l42-cpplint-2.0.0" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/m675bxwgh3wmr0gix5g6xnhkidlql0ii-cpplint-2.0.0", + "default": true + }, + { + "name": "dist", + "path": "/nix/store/2bpdwa3r1kfzf4jkd4i24njxy3pr3xnv-cpplint-2.0.0-dist" + } + ], + "store_path": "/nix/store/m675bxwgh3wmr0gix5g6xnhkidlql0ii-cpplint-2.0.0" + }, + "x86_64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/vrv52827v0b6h4k3nl7k9zg4ld182khg-cpplint-2.0.0", + "default": true + }, + { + "name": "dist", + "path": "/nix/store/132q2dd3wkkgdpybwzhybm7hbad0g097-cpplint-2.0.0-dist" + } + ], + "store_path": "/nix/store/vrv52827v0b6h4k3nl7k9zg4ld182khg-cpplint-2.0.0" + } + } }, "lcov@1.16": { "last_modified": "2024-03-22T11:26:23Z",