Skip to content

Commit 998e11b

Browse files
committed
add exception for new case
1 parent 4fa0118 commit 998e11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/awsService/accessanalyzer/vue/iamPolicyChecks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ export async function _readCustomChecksFile(input: string): Promise<string> {
827827
}
828828
}
829829

830-
//Check if Cfn and Tf tools are installed
830+
// Check if Cfn and Tf tools are installed
831831
export async function arePythonToolsInstalled(): Promise<boolean> {
832832
const logger: Logger = getLogger()
833833
let cfnToolInstalled = true

packages/core/src/codewhisperer/commands/startTestGeneration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
import path from 'path'
1818
import { testGenState } from '..'
1919
import { ChatSessionManager } from '../../amazonqTest/chat/storages/chatSession'
20-
import { ChildProcess, spawn } from 'child_process'
20+
import { ChildProcess, spawn } from 'child_process' // eslint-disable-line no-restricted-imports
2121
import { BuildStatus } from '../../amazonqTest/chat/session/session'
2222
import { fs } from '../../shared/fs/fs'
2323
import { TestGenerationJobStatus } from '../models/constants'

0 commit comments

Comments
 (0)