e2corporation commented on code in PR #3356:
URL: https://github.com/apache/incubator-devlake/pull/3356#discussion_r991358705
##########
config-ui/src/hooks/useDataScopesManager.jsx:
##########
@@ -15,19 +15,17 @@
* limitations under the License.
*
*/
-import { useCallback, useEffect, useState, useMemo } from 'react'
-import { ToastNotification } from '@/components/Toast'
-import { DEVLAKE_ENDPOINT } from '@/utils/config'
-import request from '@/utils/request'
-import { NullBlueprint, BlueprintMode } from '@/data/NullBlueprint'
-import { DEFAULT_DATA_ENTITIES } from '@/data/BlueprintWorkflow'
-import { integrationsData } from '@/data/integrations'
+import {useCallback, useEffect, useMemo, useState} from 'react'
+import {BlueprintMode} from '@/data/NullBlueprint'
+import {DEFAULT_DATA_ENTITIES} from '@/data/BlueprintWorkflow'
+import {integrationsData} from '@/data/integrations'
import TransformationSettings from '@/models/TransformationSettings'
import JiraBoard from '@/models/JiraBoard'
import GitHubProject from '@/models/GithubProject'
import GitlabProject from '@/models/GitlabProject'
-import { Providers, ProviderLabels, ProviderIcons } from '@/data/Providers'
-import { DataScopeModes } from '@/data/DataScopes'
+import {ProviderIcons, ProviderLabels, Providers} from '@/data/Providers'
+import {DataScopeModes} from '@/data/DataScopes'
+import JenkinsJob from "@/models/JenkinsJob";
Review Comment:
A lint run needs to be run locally, not sure why Github CI didn't detect
this line. Semi-colons should be stripped and double quote `->` single quote.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]