Skip to content

Commit 3fda5a6

Browse files
committed
refactor: renamed linters.ts to compilers.ts
1 parent 492e5f4 commit 3fda5a6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/lint/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
shellTask,
3232
} from '../util/tools';
3333

34-
import { GNULinter, GNUModernLinter, IntelLinter, LFortranLinter, NAGLinter } from './linters';
34+
import { GNULinter, GNUModernLinter, IntelLinter, LFortranLinter, NAGLinter } from './compilers';
3535

3636
const GNU = new GNULinter();
3737
const GNU_NEW = new GNUModernLinter();

test/unitTest/linter-provider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
IntelLinter,
2121
NAGLinter,
2222
LFortranLinter,
23-
} from '../../src/lint/linters';
23+
} from '../../src/lint/compilers';
2424
import { FortranLintingProvider } from '../../src/lint/provider';
2525
import { Logger, LogLevel } from '../../src/services/logging';
2626
import { EXTENSION_ID, pipInstall } from '../../src/util/tools';

0 commit comments

Comments
 (0)