You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,9 @@ linter-ruby
4
4
This linter plugin for [Linter](https://github.com/AtomLinter/Linter) provides an interface to Ruby's builtin syntax analysis. It will be used with files that have the `Ruby` syntax.
5
5
6
6
## Installation
7
-
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions [here](https://github.com/AtomLinter/Linter).
7
+
On first activation the plugin will install all dependencies automatically, you no longer have to worry about installing Linter.
8
8
9
-
### Plugin installation
10
-
```
11
-
$ apm install linter-ruby
12
-
```
9
+
Just install this package and you'll be good to go.
13
10
14
11
## Settings
15
12
You can configure linter-ruby by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
0 commit comments