Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vale

Vale brings code-like linting to prose while emphasizing speed, extensibility, and markup compatibility.
Collective - Host: opensource - https://opencollective.com/vale - Code: https://github.com/errata-ai/vale

refactor: move CLI-related code to cmd/vale

github.com/errata-ai/vale - d81b802592f49375181a859400c796323ec5aa5d authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: new prose structure

github.com/errata-ai/vale - 56106c97fa5554bb466b2d7dd1150b935a1fc143 authored almost 8 years ago by Joseph Kato <[email protected]>
chore: ignore rendered docs

github.com/errata-ai/vale - 2b6ccaf533a6268d91d5728458c4c7f79b6b1cf2 authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: use new prose API

github.com/errata-ai/vale - aebf946d9cd2c8705513f196b3aa493c9f10a9bd authored almost 8 years ago by Joseph Kato <[email protected]>
chore: bump version

github.com/errata-ai/vale - 41afb2bfbb17688e3924dcf1963e4e41aec287cb authored almost 8 years ago by Joseph Kato <[email protected]>
chore: add a changelog

github.com/errata-ai/vale - 5cd730835cb2c1cac9ce606f324b55a37b6d466a authored almost 8 years ago by Joseph Kato <[email protected]>
feat: support POS tagging

* started support for `$var` substitutions
* added a tokenRepetition check
* added support for a...

github.com/errata-ai/vale - f23371ca43ccdc56fa905cdd47510458b48208e9 authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: use aptag/tokenize instead of sentences

github.com/errata-ai/vale - c6c642f38b8ed50992dd73f831603435551cc151 authored almost 8 years ago by Joseph Kato <[email protected]>
chore: don't build rules every time

github.com/errata-ai/vale - 6ecd14319abfd50f2fdafb5d33e45e907b5e52e7 authored almost 8 years ago by Joseph Kato <[email protected]>
styles [vale]: expand ComplexWords

github.com/errata-ai/vale - 218214733bb9f1e666bf6d6e496463ece04821ab authored almost 8 years ago by Joseph Kato <[email protected]>
fix: calculate an offset for same-line matches

fixes #8

github.com/errata-ai/vale - 6994777f749deea7c50397995fac9a122101f88c authored almost 8 years ago by Joseph Kato <[email protected]>
fix: improve column detection of nested scopes

github.com/errata-ai/vale - 3d74653bf15925a0904d093c78873627c6a25cb4 authored almost 8 years ago by Joseph Kato <[email protected]>
test: add scenario for loading glob sections

github.com/errata-ai/vale - 3a0216b8e213e3d070d4852d82cc7b5cfb6e122f authored almost 8 years ago by Joseph Kato <[email protected]>
fix: better handling of globs

* Don't crash on invalid patterns
* Support globs in ini section names

github.com/errata-ai/vale - 20d143190362d6cb77bd33bcc59d5812d1b73d6b authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: don't ignore rule.go

github.com/errata-ai/vale - f4ff86098183327496d8bbeb9894b9c9acd178ab authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: only return nonzero exit code on errors

github.com/errata-ai/vale - b624ef1dec1a3d2605252e01e3158318d1df3e19 authored almost 8 years ago by Joseph Kato <[email protected]>
styles [vale]: add "inner feelings" as redundant

github.com/errata-ai/vale - a0663cc824fc9cce78a25d05180aaa570dce10d1 authored almost 8 years ago by Joseph Kato <[email protected]>
Merge branch 'master' of https://github.com/jdkato/vale

github.com/errata-ai/vale - 1e59e2d25198f28d19b0c43660e465cdeb2c3bd7 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: pass `--no-exit` to Cucumber

github.com/errata-ai/vale - 12014a87f24990cee66a5c08239393a69b50607b authored almost 8 years ago by Joseph Kato <[email protected]>
docs [README]: fix AppVeyor link

github.com/errata-ai/vale - 1d3e4f85c190e9cd37199a3004f0cfcb488a2581 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: return nonzero exit code on lint errors

* Also includes a CL flag to disable

github.com/errata-ai/vale - aeb232fa1d147d28fb1febae2b9af1536339ab47 authored almost 8 years ago by Joseph Kato <[email protected]>
chore: first release

github.com/errata-ai/vale - 1978b68dcdbced19107397da4b30999393634f4c authored almost 8 years ago by Joseph Kato <[email protected]>
chore: ignore builds directory

github.com/errata-ai/vale - 6df9e148e7e8caa99cc1de21ee6ec191e465fe30 authored almost 8 years ago by Joseph Kato <[email protected]>
docs [README]: update name and screenshot

github.com/errata-ai/vale - b5016c735c9fa5481e6e80845e66626729fdde13 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: scope .adoc headings

* also resets paragraphs upon finding a setext heading

github.com/errata-ai/vale - 1169fdf73e625cabd3f134c9ef7233e5885d8dbe authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: rename config files

github.com/errata-ai/vale - 59282d0242f2efe6c6263769cd5ba210f7c92554 authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: change name to "vale"

It was too similar to the existing "textlint."

github.com/errata-ai/vale - f83ee1d8fcf76ba8507894abca38b7eae721c596 authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: make verbose output the default

github.com/errata-ai/vale - fdfda3f084434a00edf6db4f0eb86850770e758d authored almost 8 years ago by Joseph Kato <[email protected]>
feat: scope .rst headings

Also added logging that can be enabled via a `--debug` flag.

github.com/errata-ai/vale - 9774e5d2a7406cadd5cacbf77b134bcce9875478 authored almost 8 years ago by Joseph Kato <[email protected]>
refactor: add 'extends' field to check

github.com/errata-ai/vale - bd959a779e786ac4d392673018dc37cea7766bd2 authored almost 8 years ago by Joseph Kato <[email protected]>
test: add fixture for HTML headings

github.com/errata-ai/vale - fdbefb18241f049ca9b784325382070dbbf45701 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: scope HTML headings

github.com/errata-ai/vale - b1357bebdb8e8a1d1b7060e49ffcaf7c70c3d955 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: include file count in verbose output

github.com/errata-ai/vale - 52e396aa433e636cba826066dfc3d1761aec5bc8 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: use correct name when loading single rules

github.com/errata-ai/vale - 9533527271a7fc3c7985db44fc98f83d46e8a58e authored almost 8 years ago by Joseph Kato <[email protected]>
styles [demo]: add a rule for capitalized headings

github.com/errata-ai/vale - 99b33a23b7f55df6ca0e57c9252847265fc88c30 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: differentiate between ATX and Setex headings

github.com/errata-ai/vale - 02e2b6bb50024907ba3621a1e2095ef9368d00b5 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: improve Markdown support

* Better handling of tables
* Headings are now scoped
* HTML blocks are now ignored

github.com/errata-ai/vale - 3b35df75d9acd2e42cc042d31216628874bdd5a0 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: don't terminate .txt paragraphs on \W

Before, something like

```
So what is XXX needed are measures in addition to reading speed, TOD...

github.com/errata-ai/vale - 041d84b94f792870fadb31116b4effa9b86faf8d authored almost 8 years ago by Joseph Kato <[email protected]>
test: add line endings fixtures

github.com/errata-ai/vale - 0baa8fc968a4a0be4d54dde4936cdf11a2607bf2 authored almost 8 years ago by Joseph Kato <[email protected]>
feat: create a custom SplitLines function

This add allows us to split on CRLF, CR not followed by LF, and LF.

github.com/errata-ai/vale - 9f3f0bbac4c7941f935960f2205293b9a5ac0a63 authored almost 8 years ago by Joseph Kato <[email protected]>
docs [README]: add AppVeyor badge

github.com/errata-ai/vale - e14497750e3e334028c3de333a9004680459a1c9 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: Get Travis and AppVeyor passing

github.com/errata-ai/vale - 0c37cdcaa9b8fc5be1872d52bf21f8d2466a87e4 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: no capture groups in substitution checks

github.com/errata-ai/vale - 21ceb5fe975ecb73e77d1e441c256b63b17285da authored almost 8 years ago by Joseph Kato <[email protected]>
fix: BasedOnStyle -> BasedOnStyles (typo)

github.com/errata-ai/vale - 64721c34de45d877c0c5bee4815a80fb4a2fa8ca authored almost 8 years ago by Joseph Kato <[email protected]>
feat: add JavaScript support

github.com/errata-ai/vale - 423905cb2d6e0925a52a25d3f94a116174596715 authored almost 8 years ago by Joseph Kato <[email protected]>
fix: AppVeyor path

github.com/errata-ai/vale - b01aad58cd6181217c390ff02b252ee136dda024 authored almost 8 years ago by Joseph Kato <[email protected]>
chore: add project

github.com/errata-ai/vale - 1cca671e25786a47a41b0c6b4316bf8fc047d3a6 authored almost 8 years ago by Joseph Kato <[email protected]>
Initial commit

github.com/errata-ai/vale - c508678dd640d1130258fae8f74de3b71c63e778 authored almost 8 years ago by Joseph Kato <[email protected]>