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

Sonar => Remove code smells

parent 1325da63
No related branches found
No related tags found
No related merge requests found
Pipeline #31630 passed
...@@ -21,5 +21,6 @@ export default tseslint.config({ ...@@ -21,5 +21,6 @@ export default tseslint.config({
'@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/require-await': 'off', '@typescript-eslint/require-await': 'off',
'@typescript-eslint/restrict-template-expressions': 'off', '@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/no-floating-promises': 'off',
} }
}); });
\ No newline at end of file
...@@ -29,23 +29,25 @@ ...@@ -29,23 +29,25 @@
"test" : "echo \"Error: no test specified\" && exit 1" "test" : "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies" : { "dependencies" : {
"@dotenvx/dotenvx" : "^0.34.0", "@dotenvx/dotenvx" : "^0.34.0",
"@eslint/js" : "^9.0.0", "@eslint/js" : "^9.0.0",
"@gitbeaker/rest" : "^40.0.3", "@gitbeaker/core" : "^40.0.3",
"axios" : "^1.6.8", "@gitbeaker/requester-utils": "^40.0.3",
"boxen" : "^5.1.2", "@gitbeaker/rest" : "^40.0.3",
"chalk" : "^4.1.2", "axios" : "^1.6.8",
"form-data" : "^4.0.0", "boxen" : "^5.1.2",
"fs-extra" : "^11.2.0", "chalk" : "^4.1.2",
"http-status-codes" : "^2.3.0", "form-data" : "^4.0.0",
"json5" : "^2.2.3", "fs-extra" : "^11.2.0",
"ora" : "^5.4.1", "http-status-codes" : "^2.3.0",
"tar-stream" : "^3.1.7", "json5" : "^2.2.3",
"winston" : "^3.13.0", "ora" : "^5.4.1",
"winston-transport" : "^4.7.0", "tar-stream" : "^3.1.7",
"yaml" : "^2.4.1", "winston" : "^3.13.0",
"zod" : "^3.22.5", "winston-transport" : "^4.7.0",
"zod-validation-error": "^3.1.0" "yaml" : "^2.4.1",
"zod" : "^3.22.5",
"zod-validation-error" : "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra" : "^11.0.4", "@types/fs-extra" : "^11.0.4",
......
...@@ -8,7 +8,7 @@ import Config from './config/Config.js'; ...@@ -8,7 +8,7 @@ import Config from './config/Config.js';
import Icon from './shared/types/Icon.js'; import Icon from './shared/types/Icon.js';
void (async () => { (async () => {
HttpManager.registerAxiosInterceptor(); HttpManager.registerAxiosInterceptor();
console.log(Styles.APP_NAME(`${ Config.appName } (version {{VERSION}})`)); 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