|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v2.1.0](https://github.com/AtomLinter/linter-pylint/tree/v2.1.0) (2017-05-10) |
4 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.1...v2.1.0) |
| 3 | +## [v2.1.0](https://github.com/Atomlinter/linter-pylint/tree/v2.1.0) (2017-05-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.0.1...v2.1.0) |
5 | 6 |
|
6 | 7 | **Implemented enhancements:**
|
7 | 8 |
|
8 |
| -- Update atom-linter to v10.0.0 🚀 [\#211](https://github.com/AtomLinter/linter-pylint/pull/211) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) |
| 9 | +- Update atom-linter to v10.0.0 🚀 [\#211](https://github.com/AtomLinter/linter-pylint/pull/211) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
9 | 10 | - Add path placeholder for project name [\#210](https://github.com/AtomLinter/linter-pylint/pull/210) ([nrth](https://github.com/nrth))
|
10 | 11 |
|
11 | 12 | **Fixed bugs:**
|
12 | 13 |
|
13 | 14 | - PYTHONPATH hacks break inner pylint imports [\#104](https://github.com/AtomLinter/linter-pylint/issues/104)
|
14 | 15 | - Remove hardcoded PYTHONPATH hack. [\#213](https://github.com/AtomLinter/linter-pylint/pull/213) ([ddaanet](https://github.com/ddaanet))
|
15 | 16 |
|
16 |
| -## [v2.0.1](https://github.com/AtomLinter/linter-pylint/tree/v2.0.1) (2017-03-30) |
17 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.0...v2.0.1) |
| 17 | +## [v2.0.1](https://github.com/Atomlinter/linter-pylint/tree/v2.0.1) (2017-03-30) |
| 18 | + |
| 19 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.0.0...v2.0.1) |
18 | 20 |
|
19 | 21 | **Fixed bugs:**
|
20 | 22 |
|
21 | 23 | - linter-pylint wont work after update to 2.0.0 [\#206](https://github.com/AtomLinter/linter-pylint/issues/206)
|
22 | 24 | - Rename range to position [\#207](https://github.com/AtomLinter/linter-pylint/pull/207) ([Arcanemagus](https://github.com/Arcanemagus))
|
23 | 25 |
|
24 |
| -## [v2.0.0](https://github.com/AtomLinter/linter-pylint/tree/v2.0.0) (2017-03-29) |
25 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.3...v2.0.0) |
| 26 | +## [v2.0.0](https://github.com/Atomlinter/linter-pylint/tree/v2.0.0) (2017-03-29) |
| 27 | + |
| 28 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.3...v2.0.0) |
26 | 29 |
|
27 | 30 | **Implemented enhancements:**
|
28 | 31 |
|
29 | 32 | - Error running Pylint Error: Process execution timed out [\#204](https://github.com/AtomLinter/linter-pylint/issues/204)
|
30 | 33 | - PyLint console does not contain any web hyperlinks + unable to copy/paste [\#77](https://github.com/AtomLinter/linter-pylint/issues/77)
|
31 | 34 | - Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
|
32 |
| -- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus)) |
33 | 35 |
|
34 | 36 | **Fixed bugs:**
|
35 | 37 |
|
36 | 38 | - Relative imports not working \(Django\) [\#110](https://github.com/AtomLinter/linter-pylint/issues/110)
|
37 | 39 | - Bad warning: C0103 invalid module name "atom-linter\_7080..." at line 1 col 0 in .../\_\_init\_\_.py [\#57](https://github.com/AtomLinter/linter-pylint/issues/57)
|
38 | 40 | - Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
|
39 | 41 |
|
40 |
| -## [v1.2.3](https://github.com/AtomLinter/linter-pylint/tree/v1.2.3) (2017-03-18) |
41 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.2...v1.2.3) |
| 42 | +## [v1.2.3](https://github.com/Atomlinter/linter-pylint/tree/v1.2.3) (2017-03-18) |
| 43 | + |
| 44 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.2...v1.2.3) |
42 | 45 |
|
43 | 46 | **Implemented enhancements:**
|
44 | 47 |
|
45 | 48 | - Update eslint-config-airbnb-base to v11.1.1 [\#203](https://github.com/AtomLinter/linter-pylint/pull/203) ([Arcanemagus](https://github.com/Arcanemagus))
|
46 | 49 | - Update CI configuration [\#202](https://github.com/AtomLinter/linter-pylint/pull/202) ([Arcanemagus](https://github.com/Arcanemagus))
|
47 |
| -- Update atom-linter to v9.0.0 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) |
48 |
| -- Update dependencies to enable Greenkeeper 🌴 [\#196](https://github.com/AtomLinter/linter-pylint/pull/196) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) |
| 50 | +- Update atom-linter to v9.0.0 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
| 51 | +- Update dependencies to enable Greenkeeper 🌴 [\#196](https://github.com/AtomLinter/linter-pylint/pull/196) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
49 | 52 | - Update eslint-config-airbnb-base to version 8.0.0 🚀 [\#186](https://github.com/AtomLinter/linter-pylint/pull/186) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
50 | 53 |
|
51 | 54 | **Fixed bugs:**
|
52 | 55 |
|
53 | 56 | - Update CI configuration [\#190](https://github.com/AtomLinter/linter-pylint/pull/190) ([Arcanemagus](https://github.com/Arcanemagus))
|
54 | 57 |
|
55 |
| -## [v1.2.2](https://github.com/AtomLinter/linter-pylint/tree/v1.2.2) (2016-09-16) |
56 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.1...v1.2.2) |
| 58 | +## [v1.2.2](https://github.com/Atomlinter/linter-pylint/tree/v1.2.2) (2016-09-16) |
| 59 | + |
| 60 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.1...v1.2.2) |
57 | 61 |
|
58 | 62 | **Implemented enhancements:**
|
59 | 63 |
|
|
68 | 72 | - Error: Column start greater than line length [\#165](https://github.com/AtomLinter/linter-pylint/issues/165)
|
69 | 73 | - Fix a race condition [\#183](https://github.com/AtomLinter/linter-pylint/pull/183) ([Arcanemagus](https://github.com/Arcanemagus))
|
70 | 74 |
|
71 |
| -## [v1.2.1](https://github.com/AtomLinter/linter-pylint/tree/v1.2.1) (2016-07-05) |
72 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.0...v1.2.1) |
| 75 | +## [v1.2.1](https://github.com/Atomlinter/linter-pylint/tree/v1.2.1) (2016-07-05) |
| 76 | + |
| 77 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.0...v1.2.1) |
73 | 78 |
|
74 | 79 | **Implemented enhancements:**
|
75 | 80 |
|
76 | 81 | - Support file-local environment variables in pylint setting \(and others\) [\#84](https://github.com/AtomLinter/linter-pylint/issues/84)
|
77 | 82 | - Support `%p` expansion for `pylint` executable [\#62](https://github.com/AtomLinter/linter-pylint/issues/62)
|
78 | 83 | - Update atom-linter to version 6.0.0 🚀 [\#155](https://github.com/AtomLinter/linter-pylint/pull/155) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
79 |
| -- ES6 Rewrite [\#151](https://github.com/AtomLinter/linter-pylint/pull/151) ([Arcanemagus](https://github.com/Arcanemagus)) |
80 |
| -- Update README URLs based on HTTP redirects [\#150](https://github.com/AtomLinter/linter-pylint/pull/150) ([ReadmeCritic](https://github.com/ReadmeCritic)) |
81 | 84 | - Update eslint-config-airbnb-base to version 3.0.1 🚀 [\#146](https://github.com/AtomLinter/linter-pylint/pull/146) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
82 | 85 | - Update atom-linter to version 5.0.1 🚀 [\#145](https://github.com/AtomLinter/linter-pylint/pull/145) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
83 | 86 | - Move to eslint-config-airbnb-base [\#141](https://github.com/AtomLinter/linter-pylint/pull/141) ([Arcanemagus](https://github.com/Arcanemagus))
|
|
89 | 92 | - Update eslint-config-airbnb to version 5.0.0 🚀 [\#115](https://github.com/AtomLinter/linter-pylint/pull/115) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
90 | 93 | - [email protected] breaks build 🚨 [\#111 ](https://github.com/AtomLinter/linter-pylint/pull/111) ( [greenkeeperio-bot ](https://github.com/greenkeeperio-bot))
|
91 | 94 | - Update lodash to version 4.0.0 🚀 [\#109](https://github.com/AtomLinter/linter-pylint/pull/109) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
92 |
| -- Update atom-linter to 4.x [\#103](https://github.com/AtomLinter/linter-pylint/pull/103) ([SpainTrain](https://github.com/SpainTrain)) |
93 | 95 |
|
94 | 96 | **Fixed bugs:**
|
95 | 97 |
|
|
102 | 104 | - Update README URLs based on HTTP redirects [\#150](https://github.com/AtomLinter/linter-pylint/pull/150) ([ReadmeCritic](https://github.com/ReadmeCritic))
|
103 | 105 | - Update atom-linter to 4.x [\#103](https://github.com/AtomLinter/linter-pylint/pull/103) ([SpainTrain](https://github.com/SpainTrain))
|
104 | 106 |
|
105 |
| -## [v1.2.0](https://github.com/AtomLinter/linter-pylint/tree/v1.2.0) (2015-12-02) |
106 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.2...v1.2.0) |
| 107 | +## [v1.2.0](https://github.com/Atomlinter/linter-pylint/tree/v1.2.0) (2015-12-02) |
| 108 | + |
| 109 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.2...v1.2.0) |
107 | 110 |
|
108 | 111 | **Implemented enhancements:**
|
109 | 112 |
|
110 | 113 | - Allow %f in pythonpath for linting relative imports [\#98](https://github.com/AtomLinter/linter-pylint/pull/98) ([rainyday](https://github.com/rainyday))
|
111 | 114 |
|
112 |
| -## [v1.1.2](https://github.com/AtomLinter/linter-pylint/tree/v1.1.2) (2015-12-01) |
113 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.1...v1.1.2) |
| 115 | +## [v1.1.2](https://github.com/Atomlinter/linter-pylint/tree/v1.1.2) (2015-12-01) |
| 116 | + |
| 117 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.1...v1.1.2) |
114 | 118 |
|
115 | 119 | **Implemented enhancements:**
|
116 | 120 |
|
117 | 121 | - add \r to regex for atom-linter on windows [\#97](https://github.com/AtomLinter/linter-pylint/pull/97) ([rainyday](https://github.com/rainyday))
|
118 | 122 |
|
119 |
| -## [v1.1.1](https://github.com/AtomLinter/linter-pylint/tree/v1.1.1) (2015-11-30) |
120 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.0...v1.1.1) |
| 123 | +## [v1.1.1](https://github.com/Atomlinter/linter-pylint/tree/v1.1.1) (2015-11-30) |
| 124 | + |
| 125 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.0...v1.1.1) |
121 | 126 |
|
122 | 127 | **Fixed bugs:**
|
123 | 128 |
|
124 | 129 | - Fix typo in config descriptions [\#96](https://github.com/AtomLinter/linter-pylint/pull/96) ([rainyday](https://github.com/rainyday))
|
125 | 130 |
|
126 |
| -## [v1.1.0](https://github.com/AtomLinter/linter-pylint/tree/v1.1.0) (2015-11-30) |
127 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.5...v1.1.0) |
| 131 | +## [v1.1.0](https://github.com/Atomlinter/linter-pylint/tree/v1.1.0) (2015-11-30) |
| 132 | + |
| 133 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.5...v1.1.0) |
128 | 134 |
|
129 | 135 | **Implemented enhancements:**
|
130 | 136 |
|
|
136 | 142 | - PYTHONPATH does not work [\#86](https://github.com/AtomLinter/linter-pylint/issues/86)
|
137 | 143 | - actually use PYTHONPATH environment variable [\#93](https://github.com/AtomLinter/linter-pylint/pull/93) ([d70-t](https://github.com/d70-t))
|
138 | 144 |
|
139 |
| -## [v1.0.5](https://github.com/AtomLinter/linter-pylint/tree/v1.0.5) (2015-11-22) |
140 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.4...v1.0.5) |
| 145 | +## [v1.0.5](https://github.com/Atomlinter/linter-pylint/tree/v1.0.5) (2015-11-22) |
| 146 | + |
| 147 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.4...v1.0.5) |
141 | 148 |
|
142 | 149 | **Fixed bugs:**
|
143 | 150 |
|
144 | 151 | - TypeError: Cannot read property 'length' of undefined [\#78](https://github.com/AtomLinter/linter-pylint/issues/78)
|
145 | 152 |
|
146 |
| -## [v1.0.4](https://github.com/AtomLinter/linter-pylint/tree/v1.0.4) (2015-11-20) |
147 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.3...v1.0.4) |
| 153 | +## [v1.0.4](https://github.com/Atomlinter/linter-pylint/tree/v1.0.4) (2015-11-20) |
| 154 | + |
| 155 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.3...v1.0.4) |
148 | 156 |
|
149 | 157 | **Implemented enhancements:**
|
150 | 158 |
|
|
155 | 163 |
|
156 | 164 | - Fix travis yml [\#79](https://github.com/AtomLinter/linter-pylint/pull/79) ([Arcanemagus](https://github.com/Arcanemagus))
|
157 | 165 |
|
158 |
| -## [v1.0.3](https://github.com/AtomLinter/linter-pylint/tree/v1.0.3) (2015-10-05) |
159 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.2...v1.0.3) |
| 166 | +## [v1.0.3](https://github.com/Atomlinter/linter-pylint/tree/v1.0.3) (2015-10-05) |
| 167 | + |
| 168 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.2...v1.0.3) |
160 | 169 |
|
161 | 170 | **Implemented enhancements:**
|
162 | 171 |
|
163 | 172 | - Fix getProjDir\(\) for symbolic links [\#74](https://github.com/AtomLinter/linter-pylint/pull/74) ([kankaristo](https://github.com/kankaristo))
|
164 | 173 | - Run linting on TravisCI [\#73](https://github.com/AtomLinter/linter-pylint/pull/73) ([SpainTrain](https://github.com/SpainTrain))
|
165 | 174 | - Add a coffeelint.json [\#72](https://github.com/AtomLinter/linter-pylint/pull/72) ([Arcanemagus](https://github.com/Arcanemagus))
|
166 | 175 |
|
167 |
| -## [v1.0.2](https://github.com/AtomLinter/linter-pylint/tree/v1.0.2) (2015-10-02) |
168 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.1...v1.0.2) |
| 176 | +## [v1.0.2](https://github.com/Atomlinter/linter-pylint/tree/v1.0.2) (2015-10-02) |
| 177 | + |
| 178 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.1...v1.0.2) |
169 | 179 |
|
170 | 180 | **Implemented enhancements:**
|
171 | 181 |
|
172 | 182 | - Add linter name [\#71](https://github.com/AtomLinter/linter-pylint/pull/71) ([Arcanemagus](https://github.com/Arcanemagus))
|
173 | 183 |
|
174 |
| -## [v1.0.1](https://github.com/AtomLinter/linter-pylint/tree/v1.0.1) (2015-09-28) |
175 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.0...v1.0.1) |
| 184 | +## [v1.0.1](https://github.com/Atomlinter/linter-pylint/tree/v1.0.1) (2015-09-28) |
| 185 | + |
| 186 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.0...v1.0.1) |
176 | 187 |
|
177 | 188 | **Implemented enhancements:**
|
178 | 189 |
|
|
195 | 206 | - Remove donate link from README, broken image link [\#69](https://github.com/AtomLinter/linter-pylint/pull/69) ([miigotu](https://github.com/miigotu))
|
196 | 207 | - README: Update with latest config parameters [\#56](https://github.com/AtomLinter/linter-pylint/pull/56) ([SpainTrain](https://github.com/SpainTrain))
|
197 | 208 |
|
198 |
| -## [v1.0.0](https://github.com/AtomLinter/linter-pylint/tree/v1.0.0) (2015-08-17) |
199 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.2...v1.0.0) |
| 209 | +## [v1.0.0](https://github.com/Atomlinter/linter-pylint/tree/v1.0.0) (2015-08-17) |
| 210 | + |
| 211 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.2...v1.0.0) |
200 | 212 |
|
201 | 213 | **Implemented enhancements:**
|
202 | 214 |
|
|
209 | 221 | - Config.unobserve is deprecated. [\#31](https://github.com/AtomLinter/linter-pylint/issues/31)
|
210 | 222 | - Deprecated: 'activationEvents' [\#29](https://github.com/AtomLinter/linter-pylint/issues/29)
|
211 | 223 |
|
212 |
| -## [v0.2.2](https://github.com/AtomLinter/linter-pylint/tree/v0.2.2) (2015-05-21) |
213 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.1...v0.2.2) |
| 224 | +## [v0.2.2](https://github.com/Atomlinter/linter-pylint/tree/v0.2.2) (2015-05-21) |
| 225 | + |
| 226 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.1...v0.2.2) |
214 | 227 |
|
215 | 228 | **Fixed bugs:**
|
216 | 229 |
|
217 | 230 | - Cleanup current deprecations [\#40](https://github.com/AtomLinter/linter-pylint/pull/40) ([awatts](https://github.com/awatts))
|
218 | 231 |
|
219 |
| -## [v0.2.1](https://github.com/AtomLinter/linter-pylint/tree/v0.2.1) (2015-02-26) |
220 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.0...v0.2.1) |
| 232 | +## [v0.2.1](https://github.com/Atomlinter/linter-pylint/tree/v0.2.1) (2015-02-26) |
| 233 | + |
| 234 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.0...v0.2.1) |
221 | 235 |
|
222 | 236 | **Fixed bugs:**
|
223 | 237 |
|
224 | 238 | - Make sure output is text [\#25](https://github.com/AtomLinter/linter-pylint/pull/25) ([daemonburrito](https://github.com/daemonburrito))
|
225 | 239 |
|
226 |
| -## [v0.2.0](https://github.com/AtomLinter/linter-pylint/tree/v0.2.0) (2014-12-15) |
227 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.5...v0.2.0) |
| 240 | +## [v0.2.0](https://github.com/Atomlinter/linter-pylint/tree/v0.2.0) (2014-12-15) |
| 241 | + |
| 242 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.5...v0.2.0) |
228 | 243 |
|
229 | 244 | **Implemented enhancements:**
|
230 | 245 |
|
|
236 | 251 |
|
237 | 252 | - Work when pylint is called pylint-script.py [\#13](https://github.com/AtomLinter/linter-pylint/issues/13)
|
238 | 253 | - Uncaught Error: spawn ENOENT [\#12](https://github.com/AtomLinter/linter-pylint/issues/12)
|
239 |
| -- Pylint working, linter-pylint not [\#2](https://github.com/AtomLinter/linter-pylint/issues/2) |
240 | 254 | - fix \#13 [\#19](https://github.com/AtomLinter/linter-pylint/pull/19) ([fnkr](https://github.com/fnkr))
|
241 | 255 |
|
242 |
| -## [v0.1.5](https://github.com/AtomLinter/linter-pylint/tree/v0.1.5) (2014-08-18) |
243 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.4...v0.1.5) |
| 256 | +## [v0.1.5](https://github.com/Atomlinter/linter-pylint/tree/v0.1.5) (2014-08-18) |
| 257 | + |
| 258 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.4...v0.1.5) |
244 | 259 |
|
245 | 260 | **Fixed bugs:**
|
246 | 261 |
|
247 | 262 | - Remove space from msg-template in cmd & regex [\#15](https://github.com/AtomLinter/linter-pylint/issues/15)
|
248 | 263 |
|
249 |
| -## [v0.1.4](https://github.com/AtomLinter/linter-pylint/tree/v0.1.4) (2014-08-13) |
250 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.3...v0.1.4) |
| 264 | +## [v0.1.4](https://github.com/Atomlinter/linter-pylint/tree/v0.1.4) (2014-08-13) |
| 265 | + |
| 266 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.3...v0.1.4) |
251 | 267 |
|
252 |
| -## [v0.1.3](https://github.com/AtomLinter/linter-pylint/tree/v0.1.3) (2014-07-29) |
253 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.2...v0.1.3) |
| 268 | +## [v0.1.3](https://github.com/Atomlinter/linter-pylint/tree/v0.1.3) (2014-07-29) |
| 269 | + |
| 270 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.2...v0.1.3) |
254 | 271 |
|
255 | 272 | **Implemented enhancements:**
|
256 | 273 |
|
|
261 | 278 |
|
262 | 279 | - Respect linter.lintDebug config [\#9](https://github.com/AtomLinter/linter-pylint/pull/9) ([dmnd](https://github.com/dmnd))
|
263 | 280 |
|
264 |
| -## [v0.1.2](https://github.com/AtomLinter/linter-pylint/tree/v0.1.2) (2014-06-24) |
265 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.0...v0.1.2) |
266 |
| - |
267 |
| -**Implemented enhancements:** |
| 281 | +## [v0.1.2](https://github.com/Atomlinter/linter-pylint/tree/v0.1.2) (2014-06-24) |
268 | 282 |
|
269 |
| -- Fixed debug-output, implemented use of `cwd` for pylint-check [\#3](https://github.com/AtomLinter/linter-pylint/pull/3) ([florianb](https://github.com/florianb)) |
| 283 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.0...v0.1.2) |
270 | 284 |
|
271 | 285 | **Fixed bugs:**
|
272 | 286 |
|
273 | 287 | - Uncaught TypeError: Object \#\<LinterPylint\> has no method 'getCmd' [\#4](https://github.com/AtomLinter/linter-pylint/issues/4)
|
274 | 288 | - Now using getCmdAndArgs. Fixes \#4 [\#5](https://github.com/AtomLinter/linter-pylint/pull/5) ([sebdah](https://github.com/sebdah))
|
275 | 289 | - Fixed debug-output, implemented use of `cwd` for pylint-check [\#3](https://github.com/AtomLinter/linter-pylint/pull/3) ([florianb](https://github.com/florianb))
|
276 | 290 |
|
277 |
| -## [v0.1.0](https://github.com/AtomLinter/linter-pylint/tree/v0.1.0) (2014-05-26) |
278 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.0.1...v0.1.0) |
| 291 | +## [v0.1.0](https://github.com/Atomlinter/linter-pylint/tree/v0.1.0) (2014-05-26) |
279 | 292 |
|
280 |
| -## [v0.0.1](https://github.com/AtomLinter/linter-pylint/tree/v0.0.1) (2014-05-26) |
281 |
| -[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.0.4...v0.0.1) |
| 293 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.0.1...v0.1.0) |
| 294 | + |
| 295 | +## [v0.0.1](https://github.com/Atomlinter/linter-pylint/tree/v0.0.1) (2014-05-26) |
| 296 | + |
| 297 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.0.4...v0.0.1) |
282 | 298 |
|
283 | 299 | **Implemented enhancements:**
|
284 | 300 |
|
285 | 301 | - implemented linter-pylint [\#1](https://github.com/AtomLinter/linter-pylint/pull/1) ([florianb](https://github.com/florianb))
|
286 | 302 |
|
287 |
| -## [v0.0.4](https://github.com/AtomLinter/linter-pylint/tree/v0.0.4) (2014-05-12) |
| 303 | +## [v0.0.4](https://github.com/Atomlinter/linter-pylint/tree/v0.0.4) (2014-05-12) |
| 304 | + |
| 305 | +[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/793f18ba887db70983bcd4e6fa167a9f158dfe99...v0.0.4) |
| 306 | + |
288 | 307 |
|
289 | 308 |
|
290 | 309 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
0 commit comments