Skip to content

Commit 9218562

Browse files
author
Jafar Shadiq
committed
fixing documentation
1 parent 9e02ec5 commit 9218562

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.sublimelinterrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"@python": 3,
33
"linters": {
4-
"flake8": {
5-
"max-line-length": 120
6-
},
7-
"pep8": {
8-
"max-line-length": 120
4+
"java": {
5+
"classpath": []
96
}
107
}
118
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SublimeLinter-java
22
==================
33

4-
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to [java](__linter_homepage__). It will be used with files that have the “__syntax__” syntax.
4+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to [java](https://github.com/reekoheek/SublimeLinter-java). It will be used with files that have the “java” syntax.
55

66
## Installation
77
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Installation).

linter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
22
# linter.py
3-
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
3+
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3 (Java)
44
#
5-
# Written by Jafar Shadiq,,,
6-
# Copyright (c) 2013 Jafar Shadiq,,,
5+
# Written by Ganesha <reekoheek@gmail.com>
6+
# Copyright (c) 2013 Ganesha <reekoheek@gmail.com>
77
#
88
# License: MIT
99
#
@@ -14,7 +14,7 @@
1414
import glob
1515
import shutil
1616
import tempfile
17-
from SublimeLinter.lint import Linter, util, persist
17+
from SublimeLinter.lint import Linter, util
1818

1919

2020
class Java(Linter):

messages/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This linter plugin for SublimeLinter provides an interface to java.
77
Before this plugin will activate, you *must*
88
follow the installation instructions here:
99

10-
https://github.com/Jafar Shadiq,,,/SublimeLinter-java
10+
https://github.com/reekoheek/SublimeLinter-java

0 commit comments

Comments
 (0)