Thanks to visit codestin.com
Credit goes to github.com

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

Commit 22073ca

Browse files
committed
CONTRIBUTING.md: add deprecation note.
1 parent 6f638ed commit 22073ca

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
# CONTRIBUTING
22
- - -
3-
1\. [Bug reports / GitHub issues](#bugreps)
4-
2\. [Submitting a patch](#patches)
5-
3\. [General style notes](#generalstyle)
6-
4\. [Syntax checker notes](#checkerstyle)
3+
1\. [Deprecation note](#deprecation)
4+
2\. [Bug reports / GitHub issues](#bugreps)
5+
3\. [Submitting a patch](#patches)
6+
4\. [General style notes](#generalstyle)
7+
5\. [Syntax checker notes](#checkerstyle)
78
- - -
89

10+
<a name="deprecation"></a>
11+
12+
## 1. Deprecation note
13+
14+
This project is no longer maintained. If you need a syntax checking plugin
15+
for [Vim][vim] you might be interested in Syntastic's spiritual succesor,
16+
[ALE][ale]. Although it shares no code with syntastic and it takes a very
17+
different approach to design, [ALE][ale] can be considered a natural evolution
18+
of syntastic in terms of goals and functionality. Check it out, you probably
19+
won't be disappointed.
20+
921
<a name="bugreps"></a>
1022

11-
## 1. Bug reports / GitHub issues
23+
## 2. Bug reports / GitHub issues
1224

1325
Please note that the preferred channel for posting bug reports is the
1426
[issue tracker at GitHub][bug_tracker]. Reports posted elsewhere are less likely
@@ -36,7 +48,7 @@ too:
3648

3749
<a name="patches"></a>
3850

39-
## 2. Submitting a patch
51+
## 3. Submitting a patch
4052

4153
Before you consider adding features to syntastic, _please_ spend a few minutes
4254
(re-)reading the latest version of the [manual][manual]. Syntastic is changing
@@ -59,7 +71,7 @@ features that aren't documented.
5971

6072
<a name="generalstyle"></a>
6173

62-
## 3. General style notes
74+
## 4. General style notes
6375

6476
Follow the coding conventions/styles used in the syntastic core:
6577

@@ -74,7 +86,7 @@ aid readability.
7486

7587
<a name="checkerstyle"></a>
7688

77-
## 4. Syntax checker notes
89+
## 5. Syntax checker notes
7890

7991
Make sure to read the [guide][guide] if you plan to add new syntax checkers.
8092

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.10.0-34'
22+
let g:_SYNTASTIC_VERSION = '3.10.0-35'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

0 commit comments

Comments
 (0)