Skip to content

Commit

Permalink
Merge pull request #291 from amperser/collocated
Browse files Browse the repository at this point in the history
Add rule on the redundant 'collocated together'
  • Loading branch information
suchow committed Feb 29, 2016
2 parents 86020f9 + 6d56459 commit baaaeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proselint/checks/garner/redundancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def check(text):
["collaborate", ["collaborate together"]],
["collaborator", ["fellow collaborator"]],
["collaborators", ["fellow collaborators"]],
["collocated", ["collocated together"]],
["colleagues", ["fellow colleagues"]],
["combine", ["combine together"]],
["complacent", ["self-complacent"]],
Expand Down

0 comments on commit baaaeac

Please sign in to comment.