Skip to content

Commit 62472ed

Browse files
committed
fix(amazonq): suppress linter
1 parent 083a5d4 commit 62472ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/amazonq/src/app/inline/customizationService.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ import { LanguageClient } from 'vscode-languageclient'
2929
import { telemetry } from 'aws-core-vscode/telemetry'
3030

3131
/*
32-
This class is a consolidates core/src/codewhisperer/util/customizationUtil.ts and the customization commands into a class
32+
This class consolidates core/src/codewhisperer/util/customizationUtil.ts and the customization commands into a class
3333
The main difference is in the getCustomizationsFromLsp and notifySelectedCustomizationToLsp functions
3434
The original file and commands can be deprecated later
3535
*/
36+
37+
// jscpd:ignore-start
3638
export class CustomizationService {
3739
constructor(private readonly client: LanguageClient) {}
3840

@@ -403,3 +405,4 @@ export class CustomizationService {
403405
return isNewCustomization ? ' New' : ''
404406
}
405407
}
408+
// jscpd:ignore-end

0 commit comments

Comments
 (0)