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

Commit a8bde23

Browse files
committed
revert to atom filepath because atom-linter bug
1 parent f71c523 commit a8bde23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export default {
9494
severity: issue.kind,
9595
excerpt: issue.message,
9696
location: {
97-
file: issue.fullpath,
97+
// bug in atom-linter cannot use issue.path
98+
file: filePath,
9899
position: helpers.generateRange(activeEditor, line, col),
99100
},
100101
});

0 commit comments

Comments
 (0)