Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Plugin installs!](https://img.shields.io/apm/dm/linter-pylint.svg)](https://atom.io/packages/linter-pylint)
[![Package version!](https://img.shields.io/apm/v/linter-pylint.svg?style=flat)](https://atom.io/packages/linter-pylint)

This package will lint your opened Python-files in Atom, using [pylint](http://www.pylint.org/).
This package will lint your opened Python-files in Atom, using [pylint](https://www.pylint.org/).

## Installation

Expand All @@ -26,7 +26,7 @@ This package will lint your opened Python-files in Atom, using [pylint](http://w
* `%p` will fallback to the current file's directory (equivilent to `%f`) if no project directory can be determined.

## Other available linters
There are other linters available - take a look at the linters [mainpage](https://github.com/AtomLinter/Linter).
There are other linters available - take a look at the linters [mainpage](https://github.com/steelbrain/linter).

## Changelog

Expand All @@ -49,7 +49,7 @@ There are other linters available - take a look at the linters [mainpage](https:

### 0.1.3
- Display pylint message ids
- Fix debug mode [#9](https://github.com/AtomLinter/linter-pylint/issues/9)
- Fix debug mode [#9](https://github.com/AtomLinter/linter-pylint/pull/9)
- Use project directory as cwd (works better with Atom projects)

### 0.1.2
Expand Down