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

Sonar => Remove code smells

parent 628b22ea
No related branches found
No related tags found
No related merge requests found
Pipeline #31631 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
......@@ -31,6 +31,8 @@
},
"dependencies" : {
"@dotenvx/dotenvx" : "^0.34.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",
......
......@@ -167,7 +167,7 @@ async function displayResults() {
}
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