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

feat: config validation

github.com/errata-ai/vale - bcf191e1f4bbec6d802e975c899c529688938240 authored about 1 year ago by jdkato <[email protected]>
feat: config I/O

github.com/errata-ai/vale - 258f7a0d7d74407195149859c5ff8b3d0a7b67ed authored about 1 year ago by jdkato <[email protected]>
fix: add implicit `(?-i)` flags

See #727.

github.com/errata-ai/vale - 5d155897f708071dbbe468754b454ca22affb8af authored about 1 year ago by jdkato <[email protected]>
chore: bump twine to v0.8.0

github.com/errata-ai/vale - 653a72b117a9e6f71ce4d96a89cd5835621bf564 authored about 1 year ago by jdkato <[email protected]>
Remove Digital Ocean

github.com/errata-ai/vale - 17aeb53389c7f09a26ba6395417b001c140e4ece authored about 1 year ago by jdkato <[email protected]>
chore: bump twine to 0.7.0

github.com/errata-ai/vale - 7e4667c89003772be76a0629d4baa85f23a92c57 authored about 1 year ago by jdkato <[email protected]>
feat: support exception regex in `sentence`

github.com/errata-ai/vale - 54df723ec558fea69d46a2368e2d280d37c08aa9 authored about 1 year ago by jdkato <[email protected]>
fix: ignore link refs when looking for matches

This is an edge case like infostrings: they appear in the source doc
but not the reference doc.

github.com/errata-ai/vale - c23ccb60ace2bdd6dda715ff697e32dd1321de7b authored about 1 year ago by jdkato <[email protected]>
chore: drop `jdkato/regexp`

github.com/errata-ai/vale - 7f825b3b254c859e8eb17bd371c8f8f52b6c3f94 authored about 1 year ago by jdkato <[email protected]>
fix: bump twine to 0.6.1

github.com/errata-ai/vale - 468f6c993c74d9fb05b9c54a87dc7ac3e145cc4d authored about 1 year ago by jdkato <[email protected]>
fix: check bounds in `sentence`

This should ideally be handled in the `twine` library, but we do it
here as a temporary fix.

Fi...

github.com/errata-ai/vale - 701f1e6a79222234210163f1b88845fe07cc524d authored about 1 year ago by jdkato <[email protected]>
test: add another capitalization case

github.com/errata-ai/vale - ede04bade0f8f5f29dcbea8698e59673a1407929 authored about 1 year ago by jdkato <[email protected]>
chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#703)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](http...

github.com/errata-ai/vale - 9e8bb4c8dd869c5ec418f6597eb38a22482557bb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: add vocab support to `$title`

github.com/errata-ai/vale - d1b6e84f37008f3148e64c641f3576e761be967c authored about 1 year ago by jdkato <[email protected]>
refactor: add support for `indicators`

github.com/errata-ai/vale - 567fcc5b774174f66394040e157d8d4d6bdbac45 authored about 1 year ago by jdkato <[email protected]>
refactor: use `jdkato/twine/strcase`

github.com/errata-ai/vale - 98a82583b6345c150ebfb01c498e0a016b4df5ac authored about 1 year ago by jdkato <[email protected]>
refactor: drop `prose` dep

github.com/errata-ai/vale - 4d0e319056e57b6abde96c119a55a40902ec8a6b authored about 1 year ago by jdkato <[email protected]>
fix: skip `metric` for empty files

github.com/errata-ai/vale - b2922e1bd814660d04da0aece08f3b3c683de066 authored over 1 year ago by jdkato <[email protected]>
fix: don't crash on multi-line comments

github.com/errata-ai/vale - 4c7d7464687fca531de7387b099aef1cd7740f2b authored over 1 year ago by jdkato <[email protected]>
refactor: look for .adoc comments at line start

github.com/errata-ai/vale - f1baa50bd4213dfa5c9fe060677674b16f2994ef authored over 1 year ago by jdkato <[email protected]>
fix: don't fail when $HOME isn't defined

github.com/errata-ai/vale - 6e19db2eb472cebee1c8d9452219ab0b6d676c5f authored over 1 year ago by jdkato <[email protected]>
fix: ignore custom IDs

This is another case in which text that appears in the source document
(the custom ID) doesn't a...

github.com/errata-ai/vale - e09993e6cdaa8ba5c600c115959d265c9e3ba528 authored over 1 year ago by jdkato <[email protected]>
refactor: use our new glob package

github.com/errata-ai/vale - a59168e0910f895be14d586993c33415d5ee78a0 authored over 1 year ago by jdkato <[email protected]>
fix: `gobwas/glob` -> `bmatcuk/doublestar`

This changes our underlying glob dependency to address issues with
`**`.

#689.

github.com/errata-ai/vale - 3a8ae09cd25c4cc4981b893918985af901ba596f authored over 1 year ago by jdkato <[email protected]>
refactor: rollback case change for now

github.com/errata-ai/vale - 1a495d6a944a0eb40352d17704301186566df7a0 authored over 1 year ago by jdkato <[email protected]>
feat: ensure suggestions match case of token

github.com/errata-ai/vale - c166a2ad20b243609cda76ab78fa8d2c777810ef authored over 1 year ago by jdkato <[email protected]>
fix: don't shift the offset for large files

github.com/errata-ai/vale - f769fcd3aeb7606a62cf1a0da09fb96c8dfc6e31 authored over 1 year ago by jdkato <[email protected]>
chore: new action

github.com/errata-ai/vale - 998be24a07934d6df88ff9a61a812f7d9754f465 authored over 1 year ago by Joseph Kato <[email protected]>
test: add case for `script` with custom message

github.com/errata-ai/vale - 721589e85c4bd5bc2cf79dc50707824d76cee6d4 authored over 1 year ago by jdkato <[email protected]>
fix: fragments should only be assigned for markup

This allows us to support two cases:

1. Nested markup: `rs = md`.
2. Format assignment `ts = js`.

github.com/errata-ai/vale - 0cc469b66ec6e3b73aaf414ba54b704e07255d9f authored over 1 year ago by jdkato <[email protected]>
test: add TypeScript case

github.com/errata-ai/vale - dd1d6f245a7a025ee6c5acf6933275b8baf01735 authored over 1 year ago by jdkato <[email protected]>
feat: Add Optional Custom Message to Script Match (#682)

The `matches` object populated by a Tengolang script can now also have an optional message per m...

github.com/errata-ai/vale - 9639844e13c0b8bf30cbd51e104a811baead3cc9 authored over 1 year ago by Thomas Hartwig <[email protected]>
fix: Remove additional `--update` for apk in Dockerfile (#675)

In Alpine Linux's `apk`, the use of `--no-cache` ensures the index is fetched every time, making...

github.com/errata-ai/vale - c585c5fa83c6570a3ccd88f69e2e78a876a0fc1f authored over 1 year ago by Peter Dave Hello <[email protected]>
fix: workaround `blk.Line` inconsistency

Fixes #473.

github.com/errata-ai/vale - 4e2c064886376a6f284a453b3fa2198d27ca2611 authored over 1 year ago by jdkato <[email protected]>
fix: take the best match, when available

Fixes #455 and #673.

This isn't the ideal solution; as mentioned in `location.go`, we should
ha...

github.com/errata-ai/vale - 61ddbe880b3dc7a07a6a5bae3281ccc66aa7ea73 authored over 1 year ago by jdkato <[email protected]>
fix: don't concatenate an empty regex

github.com/errata-ai/vale - c87ac4bc65d112f9fc0fb384624c243c8e39bcf0 authored over 1 year ago by jdkato <[email protected]>
fix: `metric` shouldn't error on empty files

github.com/errata-ai/vale - ea43b413d06e6e0392d2c2d26b7dc12aa2177ce3 authored over 1 year ago by jdkato <[email protected]>
fix: ignore statichcheck for seqence history

github.com/errata-ai/vale - f6c9cdfde3209774ed97a565410169446a82cc54 authored over 1 year ago by jdkato <[email protected]>
chore: fix workflow branch for golangci

github.com/errata-ai/vale - 3412f3c38e179c27a6c0010b864417c0766e7f8a authored over 1 year ago by jdkato <[email protected]>
test: update expected error message

github.com/errata-ai/vale - bc26f407261f727e1144b5cf490696cb24c90267 authored over 1 year ago by jdkato <[email protected]>
chore: add workflow for golangci

github.com/errata-ai/vale - af6540c4c8dbacd1b8a90eb77e4ffe139da49ebd authored over 1 year ago by jdkato <[email protected]>
chore: get `cmd` passing new CI config

github.com/errata-ai/vale - af2085542c5accad6a92875b59137384ef78e2d1 authored over 1 year ago by jdkato <[email protected]>
chore: get `check` passing new CI config

github.com/errata-ai/vale - 35951454207962de0b6834e4d27efecb621108aa authored over 1 year ago by jdkato <[email protected]>
chore: get `core` passing new ci config

github.com/errata-ai/vale - 2d1dc3b1478b8cd8d0f9fff060bc9a11620ad83d authored over 1 year ago by jdkato <[email protected]>
chore: get `spell` passing new ci config

github.com/errata-ai/vale - 940da4a66ea4e9925e1a2016138d6ecdea94bcb1 authored over 1 year ago by jdkato <[email protected]>
chore: get `nlp` passing new ci config

github.com/errata-ai/vale - 3eb5d4d63003093d5d67e95db9c0e0dbc299b5f9 authored over 1 year ago by jdkato <[email protected]>
chore: get `lint` passing new golangci config

github.com/errata-ai/vale - 287ae02283af65ab3c3987bbb43beed0e3c17069 authored over 1 year ago by jdkato <[email protected]>
chore: update `goldmark` and `net`

github.com/errata-ai/vale - ded0acf7e1642779e4c05af04a2f0bc7fd9e09d7 authored over 1 year ago by jdkato <[email protected]>
test: add case for pkg 404

github.com/errata-ai/vale - 8dcdd5f8258b1f584537d3f65f484d17519fee86 authored over 1 year ago by Joseph Kato <[email protected]>
Merge branch 'v2' of https://github.com/errata-ai/vale into v2

github.com/errata-ai/vale - 48f56db3c838f9477dba40544dd10deb7d379823 authored over 1 year ago by Joseph Kato <[email protected]>
fix: improve error message for non-existant pkgs

#640

github.com/errata-ai/vale - e58d135e360bb3ce5b2af4e325ef8bf1b9b0973d authored over 1 year ago by Joseph Kato <[email protected]>
docs: add 'Appwrite' to vocab

github.com/errata-ai/vale - 64913f7ce2f08aaf8c6202d24f41041b67b42e4f authored over 1 year ago by jdkato <[email protected]>
docs: add Appwrite

github.com/errata-ai/vale - 49fbbc0da9a2fad2f861a9431e93cf5eccebfb18 authored over 1 year ago by jdkato <[email protected]>
fix: ensure hypenated exceptions are respected

github.com/errata-ai/vale - d95f702fc70d6d4311c34af345b6a0d8dd0cb65e authored over 1 year ago by jdkato <[email protected]>
fix: allow hypenated words in `Vale.Terms`

github.com/errata-ai/vale - e42027e42646405449b5496d97c7dd1501072b5c authored over 1 year ago by jdkato <[email protected]>
test: fix inline scope cases

github.com/errata-ai/vale - 5df06933392ac43c665ac141c095089a8ef07b36 authored over 1 year ago by jdkato <[email protected]>
refactor: validate `scope`

github.com/errata-ai/vale - 65b5b7b37c6e34e94a6bd193656cf725b9ba75c8 authored over 1 year ago by jdkato <[email protected]>
chore: GoReleaser version

github.com/errata-ai/vale - 917469633db3711972b4eb2626f9fe76a923a4ce authored over 1 year ago by jdkato <[email protected]>
fix: set base path for `VALE_CONFIG_PATH`

github.com/errata-ai/vale - f7b661282257d8d7e3559b0a0bc1465092ca1705 authored over 1 year ago by jdkato <[email protected]>
feat: support `VALE_CONFIG_PATH`

github.com/errata-ai/vale - cc592450724e36d4d397b8716350f6df76955fb6 authored over 1 year ago by jdkato <[email protected]>
fix: normalizePath tilde expansion on Windows (#656)

normalizePath sometimes gets backslash paths as input.
In such case it will not be able to act ...

github.com/errata-ai/vale - 27fe2f6031d185891faf6ea68ba6da4535689367 authored over 1 year ago by Lander Visterin <[email protected]>
fix: update GitLab CI

github.com/errata-ai/vale - 545983ee435bc49b84d4500ff72821508aa40e13 authored over 1 year ago by jdkato <[email protected]>
feat: add clojure support (#649)

github.com/errata-ai/vale - e636ad8bd1fe1379d3ffd45342748454dbabbed5 authored over 1 year ago by Samuel Tschiedel <[email protected]>
refactor: make capitalization threshold `>=`

github.com/errata-ai/vale - 9319899c51244b56adddd812280b71739927c571 authored over 1 year ago by Joseph Kato <[email protected]>
docs: typo

github.com/errata-ai/vale - a9d7557a535685d55ad7ffe98d20d16e7a99d560 authored over 1 year ago by Joseph Kato <[email protected]>
fix: broken README.md link

github.com/errata-ai/vale - e34407b53a9e865422e6e693be60fd29c6610cb8 authored over 1 year ago by Joseph Kato <[email protected]>
Update README.md (#638)

github.com/errata-ai/vale - 563adcd94deda6c3c6b9ca31931e27cdb1c410dd authored over 1 year ago by Chris Chinchilla <[email protected]>
test: add more Package cases

github.com/errata-ai/vale - 1040f07a3e83d1c22194cab02663188934fbb65e authored over 1 year ago by jdkato <[email protected]>
feat: support ignoring `comment` scopes

github.com/errata-ai/vale - 3a4dfeea9a8e2016bb3f725fb135d521511c6178 authored over 1 year ago by jdkato <[email protected]>
fix: ensure `raw`-scoped rules are run on code

github.com/errata-ai/vale - 70b40c45b1e098dc7779440de0ad7f9a13c36d2d authored over 1 year ago by jdkato <[email protected]>
test: add case for dics in `StylesPath`

github.com/errata-ai/vale - c0107e7e6f8326dc90b29320552fc95dd037e837 authored over 1 year ago by Joseph Kato <[email protected]>
Merge branch 'v2' of https://github.com/errata-ai/vale into v2

github.com/errata-ai/vale - 7b978cfc68feda7843a999abe8f0b5cce7cbeb29 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: support templates in `StylesPath`

github.com/errata-ai/vale - 61f6b9721f3d9b9e17d9457f49e5c2689cc03564 authored over 1 year ago by Joseph Kato <[email protected]>
fix: allow `-` in `code::` blocks

#619

github.com/errata-ai/vale - caabd520eea2d1f8cd25f0fb3dc4063631c34037 authored over 1 year ago by jdkato <[email protected]>
chore: fix `make compare`

github.com/errata-ai/vale - d3031b97d4da5d1853c97055494d2ac9c3f62d8e authored over 1 year ago by Joseph Kato <[email protected]>
chore: clean up Makefile

github.com/errata-ai/vale - 60960830fca57ab911a2b0e6083b8fdccc3ecf24 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: deprecate dedicated inline scopes

github.com/errata-ai/vale - 4871168fd1aefd563faa66a2d51f8bb329c10e89 authored over 1 year ago by Joseph Kato <[email protected]>
Merge branch 'inplace' into v2

github.com/errata-ai/vale - 73283d7f9841af3fca87afef5c569008224d190e authored over 1 year ago by Joseph Kato <[email protected]>
refactor: deprecate dedicated inline scopes

github.com/errata-ai/vale - d88a37f5d7dea79a6c2c993a0844534e6b512d37 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: fallback to CLI if local server fails

Signed-off-by: jdkato <[email protected]>

github.com/errata-ai/vale - 0b1d43b51449c125b0750b5b9411cc1bf9eca6af authored over 1 year ago by jdkato <[email protected]>
docs: Add DigitalOcean

github.com/errata-ai/vale - a25f8b43bbbb63c46fa039d1360ca257b6942e37 authored over 1 year ago by jdkato <[email protected]>
fix: rollback file view changes for now

This needs to be more thoroughly tested ...

github.com/errata-ai/vale - d9f9217600b56a7787b592eb94a50fdbba8acacf authored over 1 year ago by jdkato <[email protected]>
fix: revert godirwalk upgrade

The upgrade to v1.17.0 caused random crashing on Windows, so we're reverting
to v1.16.1 for now.

github.com/errata-ai/vale - e96d1c61675fd0adc5b0287ad9501384793dc3c9 authored over 1 year ago by jdkato <[email protected]>
chore: fix AppVeyor

github.com/errata-ai/vale - 471e871174568ea25ed3e80b685555c2fb82c6c0 authored over 1 year ago by jdkato <[email protected]>
chore: bump Go in Docker

github.com/errata-ai/vale - e72669d2d0e2c5cfa8652b5f3acfae599ea42e4c authored over 1 year ago by jdkato <[email protected]>
chore: fix version

github.com/errata-ai/vale - 2a5d1cdf01f05fcfc594daabe50675ad35e32470 authored over 1 year ago by jdkato <[email protected]>
chore: bump checkout

github.com/errata-ai/vale - 40a5b8c7416b3e62b90baf163b624189441441a9 authored over 1 year ago by jdkato <[email protected]>
chore: upgrade GoReleaser [ci skip]

github.com/errata-ai/vale - 8e43b2ed541e7d21c685d9c1b3e2bf2eeb478579 authored over 1 year ago by jdkato <[email protected]>
chore: bump Go

github.com/errata-ai/vale - 5dc2b64fb89b4b8510b7f4140668089e4edf43e2 authored over 1 year ago by jdkato <[email protected]>
test: fix templates

github.com/errata-ai/vale - 3105e325f7c8de696bd62431821ac7aee81f56c5 authored over 1 year ago by jdkato <[email protected]>
chore: update `godirwalk`

github.com/errata-ai/vale - eae02c995dab34a9d32745b3877ee04b151e5bd8 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: add NOTE about `os`

github.com/errata-ai/vale - b06dac1ab20927e4b813235f1c5a81bec032dfdf authored over 1 year ago by Joseph Kato <[email protected]>
test: add another template case

github.com/errata-ai/vale - 417c264bad071193249ed6cec7f23dfe275bab4d authored over 1 year ago by Joseph Kato <[email protected]>
chore: update Go to 1.20

github.com/errata-ai/vale - da1ab1e9e7b6e611c0c603a49ccd67caae1fa745 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: use `unsafe.StringData` to keep multiple file views

github.com/errata-ai/vale - c6df348d9184e5c55c67fc94ba544723cacca247 authored over 1 year ago by Joseph Kato <[email protected]>
feat: support comment-based config on Org Mode

#593

Signed-off-by: Joseph Kato <[email protected]>

github.com/errata-ai/vale - 309a7684b06d676995df5b3bc06e905b3130b1db authored over 1 year ago by Joseph Kato <[email protected]>
docs: add NOTE about `Substitute`

github.com/errata-ai/vale - 2c0bb566a9dc0ea31ffde177f1b52f9c32f71696 authored over 1 year ago by Joseph Kato <[email protected]>
refactor: use `Strings.Replace` in `Substitute`

github.com/errata-ai/vale - edac2b75705ca74a0f4b73f62e15c2157d8d9132 authored over 1 year ago by Joseph Kato <[email protected]>
chore: add `make profile`

github.com/errata-ai/vale - 63d73362ddadeb555adc1c6bcde9a0bf401519b2 authored over 1 year ago by jdkato <[email protected]>
chore: update `go-org`

github.com/errata-ai/vale - 8ac89c87332fd17cfe91f23ff7bbe2dcc725e49e authored over 1 year ago by jdkato <[email protected]>