Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/README.md

Issue 29375591: Issue 4882 - Renamed flake8-abp to flake8-eyeo (Closed)
Patch Set: Adapted patchconv/tox.ini Created Feb. 13, 2017, 1:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/README.md
===================================================================
rename from flake8-abp/README.md
rename to flake8-eyeo/README.md
--- a/flake8-abp/README.md
+++ b/flake8-eyeo/README.md
@@ -1,8 +1,10 @@
-# flake8-abp
+# flake8-eyeo
A [flake8](https://flake8.readthedocs.io) extension that checks for compliance
-with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#python)
-and some bad practices which flake8 doesn't handle by default.
+with the
+[Adblock Plus coding style guide](https://adblockplus.org/coding-style#python)
+which is used for all eyeo projects, and some bad practices which flake8 doesn't
+handle by default.
## Installation
@@ -13,7 +15,7 @@
## Usage
Just run `flake8` (you have to install it seperately) on your source files.
-After installation the `flake8-abp` extension is active by default.
+After installation the `flake8-eyeo` extension is active by default.
## Warnings
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld