From 0ff474a5c87dad3a4cf662b89cbe270d4e8094fe Mon Sep 17 00:00:00 2001
From: BoYanZh <boyanzh233@gmail.com>
Date: Sun, 3 Nov 2024 16:43:48 -0500
Subject: [PATCH] feat: remove bash -c

---
 conf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.json b/conf.json
index 51ce354..f73640f 100644
--- a/conf.json
+++ b/conf.json
@@ -6,7 +6,7 @@
         "name": "sandbox",
         "with": {
           "default": {
-            "args": ["bash", "-c", "cpplint src/*.cpp"],
+            "args": ["cpplint", "--recursive", "."],
             "env": ["PATH=/usr/bin:/bin:/usr/local/bin"],
             "cpuLimit": 10000000000,
             "memoryLimit": 104857600,