Skip to content
Snippets Groups Projects
Commit 1a9ee5eb authored by michael.minelli's avatar michael.minelli
Browse files

Sonar => Remove code smells

parent 1325da63
Branches
Tags 4.0.0
No related merge requests found
Pipeline #31630 passed
......@@ -21,5 +21,6 @@ export default tseslint.config({
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/require-await': 'off',
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/no-floating-promises': 'off',
}
});
\ No newline at end of file
......@@ -29,23 +29,25 @@
"test" : "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
"@dotenvx/dotenvx" : "^0.34.0",
"@eslint/js" : "^9.0.0",
"@gitbeaker/rest" : "^40.0.3",
"axios" : "^1.6.8",
"boxen" : "^5.1.2",
"chalk" : "^4.1.2",
"form-data" : "^4.0.0",
"fs-extra" : "^11.2.0",
"http-status-codes" : "^2.3.0",
"json5" : "^2.2.3",
"ora" : "^5.4.1",
"tar-stream" : "^3.1.7",
"winston" : "^3.13.0",
"winston-transport" : "^4.7.0",
"yaml" : "^2.4.1",
"zod" : "^3.22.5",
"zod-validation-error": "^3.1.0"
"@dotenvx/dotenvx" : "^0.34.0",
"@eslint/js" : "^9.0.0",
"@gitbeaker/core" : "^40.0.3",
"@gitbeaker/requester-utils": "^40.0.3",
"@gitbeaker/rest" : "^40.0.3",
"axios" : "^1.6.8",
"boxen" : "^5.1.2",
"chalk" : "^4.1.2",
"form-data" : "^4.0.0",
"fs-extra" : "^11.2.0",
"http-status-codes" : "^2.3.0",
"json5" : "^2.2.3",
"ora" : "^5.4.1",
"tar-stream" : "^3.1.7",
"winston" : "^3.13.0",
"winston-transport" : "^4.7.0",
"yaml" : "^2.4.1",
"zod" : "^3.22.5",
"zod-validation-error" : "^3.1.0"
},
"devDependencies": {
"@types/fs-extra" : "^11.0.4",
......
......@@ -8,7 +8,7 @@ import Config from './config/Config.js';
import Icon from './shared/types/Icon.js';
void (async () => {
(async () => {
HttpManager.registerAxiosInterceptor();
console.log(Styles.APP_NAME(`${ Config.appName } (version {{VERSION}})`));
......
Subproject commit 771f8cd079b39ec4050c5ece024dc4d70f342529
Subproject commit c2afa861bf6306ddec79ffd465a4c7b0edcd3453
Subproject commit 8514d5ef589a8aa34e4d2260c618781d81368c22
Subproject commit 4256114048734c2708436cc8505abecdf62fe6df
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment