proselint

A linter for prose.

BSD-3-CLAUSE License

Downloads
197.3K
Stars
4.3K
Committers
77

Bot releases are visible (Hide)

proselint - 0.14.0 Latest Release

Published by Nytelife26 6 months ago

[email protected]

Bug Fixes

  • now loads the default configuration if none is provided (#1246)
  • added support for hyphens in lexical_illusions (#1344)

Features

  • additional spelling checks ally_ly, ance_ence, ely_ly and ve_of (#1266)
proselint -

Published by Nytelife26 almost 3 years ago

[email protected]

Bug Fixes

  • made memoize safe for both arguments and keyword arguments (#1217)

Features

  • now exports decorators that wrap meta-checks (#1188]
proselint - 0.12.0

Published by Nytelife26 about 3 years ago

[email protected]

Bug fixes

  • make am_pm checks case-sensitive (#620)

Features

  • added --dump-config and --dump-default-config CLI arguments (#1212)
  • now exports proselint.config.default (#1212)

Breaking Changes

  • proselint.tools.lint now takes a config object instead of using load_options (#1212)
proselint - 0.11.3

Published by Nytelife26 over 3 years ago

[email protected]

Note: This is a hotfix release.

Bug fixes

  • fix package bundling to include proselintrc (#1195)
proselint - 0.11.2

Published by Nytelife26 over 3 years ago

[email protected]

Note: This is a hotfix release.

Bug fixes

  • correct false positives in lexical_illusions.misc (#1192)
proselint - 0.11.1

Published by Nytelife26 over 3 years ago

[email protected]

Bug fixes

  • fix package metadata and pypi upload (hotfix release)
proselint - 0.11.0

Published by Nytelife26 over 3 years ago

[email protected]

Bug fixes

  • add warning for missing corpus (535c330)
  • reduce false positives for uncomparables.misc (#1152)
  • correct "attorney and not a republic" mondegreen (#985)
  • correct unbound line and column in error printing (#1181)
  • fix false positive in misc.but (#691)

Features

  • add --config CLI argument (#1081)
  • add exceptions for proselint.tools.existence_check (#1182)
  • use regex for lexical_illusions.misc (#1174)
  • implement project-wide proselintrc (#1173)

Breaking Changes

N/A.

proselint - 0.10.2

Published by suchow about 6 years ago

Full Changelog

  • Include tests in source package (mavit)
proselint - 0.10.1

Published by suchow about 6 years ago

Full Changelog

proselint - 0.10.0

Published by suchow about 6 years ago

Full Changelog

  • Update dependencies to latest
  • Add support for reading from stdin with the CLI (io12)
  • Use pytest, not Nose, on Travis
proselint - 0.9.0

Published by suchow about 6 years ago

Full Changelog

  • Add new plugins to README
  • Update dependencies
  • Comply with XDG spec (xu-cheng)
proselint - 0.8.0

Published by suchow about 6 years ago

Full Changelog

  • Fix a cache-clearing issue (m-charlton)
  • Tons of improvements to tests (joshmgrant)
  • New LGBTQ-terms module
  • Misc. bug fixes and improvements
  • Update various dependencies
proselint - 0.8.0

Published by suchow about 6 years ago

Full Changelog

  • Fix a cache-clearing issue (m-charlton)
  • Tons of improvements to tests (joshmgrant)
  • New LGBTQ-terms module
  • Misc. bug fixes and improvements
  • Update various dependencies
proselint - 0.5.4

Published by suchow about 8 years ago

Full Changelog

Fixed bugs:

  • Remove shell=True as they are a security hazard #395

Closed issues:

  • Speed up AppVeyor builds by caching #470
  • Instructions for installing on OS X #457
  • Wow #435
  • OS X Installation issue #423
  • Create a list of known automated grammar / usage checkers #281
  • Checklist for open sourcing #198

Merged pull requests:

proselint - 0.5.2

Published by suchow about 8 years ago

Full Changelog

Implemented enhancements:

  • Make proselint . run over entire directory, possibly with a recursive option #292

Merged pull requests:

  • Fix error message for phrasal-adj. hyphenation #444 (suchow)
  • Show status of master in AppVeyor badge #442 (suchow)
  • Fix AppVeyor badge in readme #441 (suchow)
  • Use AppVeyor for Windows CI #440 (suchow)
  • Handle missing dbm module on some python 2.7 systems #439 (CraigKelly)
proselint - 0.3.1

Published by suchow about 8 years ago

proselint - 0.2.1

Published by suchow about 8 years ago

Full Changelog

Implemented enhancements:

  • Create a timing test on the command line #191

Merged pull requests:

proselint - 0.1.0

Published by suchow about 8 years ago

Implemented enhancements:

  • Move cache to a place where Heroku can see it #90
  • Fork NLTK / TextBlob and speed up importing them #88

Fixed bugs:

  • "every possible" flagged as comparing an uncomparable #129
  • Make proselint work in normal install mode #91
  • Decade detector false alarms on 50 cent posessive #82
  • Fix web plugin's handling of Unicode #62

Closed issues:

  • Extract business euphemisms from Inc article #136
  • Refactor proselint/checks/norris/denizen_labels.py from a D on Code Climate #127
  • Refactor proselint/checks/garner/sexism.py from a D on Code Climate #126
  • Refactor proselint/checks/butterick/symbols.py from a D on Code Climate #125
  • Test ticket from Code Climate #124
  • Create a linter email service #123
  • Make a splash page to collect email addresses #102
  • Get a logo #101
  • Add rate limiting to API #100
  • Use worker and web processes #96
  • Issue with broken link parsing #84
  • Extract rules from "Anguished English" #67
  • Make pep8 and pep257 run cleanly #61
  • Add rule about spelling names correctly #58
  • Build online writing editor using http://codemirror.net/? #50
  • Check out the cement framework for command line utilities #47
  • False alarms, corpora, QA, and contributing back #45
  • Create a .proselintrc file #39
  • Create plugin for Sublime Text #35
  • Create an API #33
  • Using "a" vs. "an" #31
  • Figure out test inheritance #30
  • Great writing should come back nearly clean #25
  • Don't lint quoted text #24
  • Architecture for sharing processed data across rules #20
  • It's et al., not et. al #18
  • Sort errors by the position in which they occur #12
  • Integrate into Sublime Text as a linter #11
  • Extract rules from write-good #5
  • working out how i can best contribute using github/git #3
  • Create a plugin system #2
  • Choose a sensible naming/numbering scheme for errors #1

Merged pull requests:

proselint - 0.7.0

Published by suchow about 8 years ago

Full Changelog

Implemented enhancements:

  • how about typography.symbols instead of me.symbols #373
  • Improve test coverage #145
  • Add a changelog #596 (suchow)

Fixed bugs:

  • Exclamation point warning on all caps text #540
  • proselint choked on bad character #504
  • Could not open cache file #399

Closed issues:

  • Add Instructions for Running Automated Tests on README #575
  • Add the "real estate tycoon" to phrasal adjectives #543
  • proselint CLI should append path to files #539
  • Add "English-language learners" to phrasal adjectives #537
  • Check out this Danger plugin #489
  • No args leads to repeated messages: Exception TypeError: "'NoneType' object is not callable" in ignore #323
  • Add rule on redundancies extracted from After the Deadline #279
  • Add rule on "not guilty beyond a reasonable doubt" #242
  • Eventually, submit to https://github.com/mcandre/linters #143
  • Add check for Mondegreens #134

Merged pull requests:

proselint - 0.6.1

Published by suchow over 8 years ago

Full Changelog

Closed issues:

  • sort output by line number? #505

Merged pull requests:

Package Rankings
Top 1.79% on Pypi.org
Top 8.17% on Proxy.golang.org
Top 21.91% on Formulae.brew.sh
Top 23.84% on Conda-forge.org
Badges
Extracted from project README
Reviewed by Hound Code Climate codecov License