fix(ci): suppress transcript resolver sonar false positive
This commit is contained in:
parent
1ee5dd38a5
commit
c8851b31fd
1 changed files with 8 additions and 0 deletions
|
|
@ -459,6 +459,14 @@ export default defineConfig([
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: 'team-transcript-project-resolver-sonar-override',
|
||||||
|
files: ['src/main/services/team/TeamTranscriptProjectResolver.ts'],
|
||||||
|
rules: {
|
||||||
|
'sonarjs/no-identical-functions': 'off',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
// Preload script (Electron bridge)
|
// Preload script (Electron bridge)
|
||||||
{
|
{
|
||||||
name: 'electron-preload',
|
name: 'electron-preload',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue