Skip to content

Commit

Permalink
Implement After the Deadline redundancy
Browse files Browse the repository at this point in the history
Implement redudancy rule as described in issue 279 amperser#279
  • Loading branch information
alecglassford committed Mar 10, 2016
1 parent d314fd1 commit 9939c10
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 0 deletions.
1 change: 1 addition & 0 deletions proselint/.proselintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"max_errors": 1000,
"checks": {
"after_the_deadline.redundancy" : true,
"butterick.symbols" : true,
"carlin.filth" : true,
"consistency.spacing" : true,
Expand Down
1 change: 1 addition & 0 deletions proselint/checks/after_the_deadline/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Advice from After the Deadline software."""
Loading

0 comments on commit 9939c10

Please sign in to comment.