Skip to content

Commit

Permalink
refactor: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed May 7, 2024
1 parent dee5823 commit 4cfdc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions test/functionality/_helper/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ import type { MergeableRecord } from '../../../src/util/objects'
import { deepMergeObject } from '../../../src/util/objects'
import { NAIVE_RECONSTRUCT } from '../../../src/core/steps/all/static-slicing/10-reconstruct'
import { guard } from '../../../src/util/assert'
import { createPipeline, DEFAULT_NORMALIZE_PIPELINE, DEFAULT_RECONSTRUCT_PIPELINE, DEFAULT_SLICING_PIPELINE } from '../../../src/core/steps/pipeline'
import { createPipeline, DEFAULT_NORMALIZE_PIPELINE, DEFAULT_RECONSTRUCT_PIPELINE } from '../../../src/core/steps/pipeline'
import { PipelineExecutor } from '../../../src/core/pipeline-executor'
import { PARSE_WITH_R_SHELL_STEP } from '../../../src/core/steps/all/core/00-parse'
import { NORMALIZE } from '../../../src/core/steps/all/core/10-normalize'
import { LAST_STEP } from '../../../src/core/steps/steps'
import type { TestLabel } from './label'
import { decorateLabelContext } from './label'
import { STATIC_DATAFLOW } from '../../../src/core/steps/all/core/20-dataflow'
Expand Down
4 changes: 1 addition & 3 deletions test/functionality/util/control-flow-graph-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import { defaultQuadIdGenerator } from '../../../src/util/quads'
import { cfgToMermaidUrl } from '../../../src/util/mermaid'
import { normalizeIdToNumberIfPossible } from '../../../src/r-bridge/lang-4.x/ast/model/processing/node-id'
import { PipelineExecutor } from '../../../src/core/pipeline-executor'
import { createPipeline, DEFAULT_NORMALIZE_PIPELINE } from '../../../src/core/steps/pipeline'
import { PARSE_WITH_R_SHELL_STEP } from '../../../src/core/steps/all/core/00-parse'
import { NORMALIZE } from '../../../src/core/steps/all/core/10-normalize'
import { DEFAULT_NORMALIZE_PIPELINE } from '../../../src/core/steps/pipeline'

function normAllIds(ids: NodeId[]): NodeId[] {
return ids.map(normalizeIdToNumberIfPossible)
Expand Down

0 comments on commit 4cfdc87

Please sign in to comment.