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

Commit 05c483a

Browse files
committed
Merge pull request #45 from Arcanemagus/add-name
Add linter name
2 parents cdb6448 + b0e2118 commit 05c483a

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)