From 044bfc2edd43ac4a07e2f511701e7c3165c3aa28 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 17 Nov 2021 18:33:16 +0100 Subject: [PATCH] [DEV] correst tab in space --- GLD_estyle-test.json | 13 +++---------- GLD_estyle.json | 7 +++---- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/GLD_estyle-test.json b/GLD_estyle-test.json index 7e3e4c4..c9ae817 100644 --- a/GLD_estyle-test.json +++ b/GLD_estyle-test.json @@ -5,8 +5,8 @@ "description":"Stylizer for C++ test", "license":"MPL-2", "license-file":"file://LICENCE.txt", - "maintainer":"file://authors.txt", - "author":"file://authors.txt", + "maintainer":"file://author.txt", + "author":"file://author.txt", "version":"file://version.txt", "code-quality":"MEDIUM", @@ -29,18 +29,11 @@ "test/testVariable.cpp", "test/testWhile.cpp" ], - "header": [ - "algue/base64.hpp", - "algue/sha1.hpp", - "algue/sha512.hpp", - "algue/md5.hpp" - ], "path":[ "test" ], "compilation-version": { - "language": "c++", - "version": 2017 + "c++": 2017 }, "dependency": [ "estyle", diff --git a/GLD_estyle.json b/GLD_estyle.json index c982d98..5249f17 100644 --- a/GLD_estyle.json +++ b/GLD_estyle.json @@ -4,8 +4,8 @@ "description":"style checker/updater for C++", "license":"MPL-2", "license-file":"file://LICENCE.txt", - "maintainer":"file://authors.txt", - "author":"file://authors.txt", + "maintainer":"file://author.txt", + "author":"file://author.txt", "version":"file://version.txt", "code-quality":"MEDIUM", @@ -29,8 +29,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2017 + "c++": 2017 }, "dependency": [ "etk",