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

Commit b0e2118

Browse files
committed
Add linter name
Specifies the linter name, allowing the `linter` package to display it if the user chooses to.
1 parent cdb6448 commit b0e2118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default {
2626
const Path = require("path");
2727
const regex = /.+:(\d+):\s*(.+?):\s(.+)/;
2828
return {
29+
name: "Ruby",
2930
grammarScopes: ["source.ruby", "source.ruby.rails", "source.ruby.rspec"],
3031
scope: "file",
3132
lintOnFly: true,

0 commit comments

Comments
 (0)