Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 0aa694d

Browse files
Merge pull request #98 from AtomLinter/mauricerkelly/force-elixirc-for-umbrella-projects
Force elixirc for umbrella projects
2 parents 1980593 + a01893e commit 0aa694d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ export default {
381381
isForcedElixirc() ||
382382
!(await isMixProject(filePath)) ||
383383
isExsFile(filePath) ||
384-
(await isPhoenixProject(filePath))
384+
(await isPhoenixProject(filePath)) ||
385+
(await isUmbrellaProject(filePath))
385386
) {
386387
return lintElixirc(textEditor);
387388
}

0 commit comments

Comments
 (0)