Ecosyste.ms: OpenCollective

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

github.com/lint-staged/lint-staged

🚫💩 — Run linters on git staged files
https://github.com/lint-staged/lint-staged

refactor: show helpful warning about git failures

74fe356eed1a57b736f48b25b56b556717b482af authored about 5 years ago
refactor: improve long argument warning indentation

2b4764305b7ccf7e50b1e11313719d6353d04ce4 authored about 5 years ago
test: add mock console

d8f7f1da864c573aefe407f198dddbb01268e337 authored about 5 years ago
test: do not use tmp for creation of tmp directories

761f984b89d3003743d99ce98975271fb72b5713 authored about 5 years ago
refactor: rename src/ to lib/ since it's not compiled

49659efb6205e817688e32cb1f74b631a8cd5380 authored about 5 years ago
test: scope global jest timeout to only runAll.unmocked.spec

09e6edfa71d618f1426973f48648038867032e91 authored about 5 years ago
test: remove non-functioning, throwing tests

1b9e85a0ea9b2a16eed49623df6d71c1de43ff21 authored about 5 years ago
refactor: move file operations to separate file

158c90080036bc38ee8605d407a8a138403bcbbb authored about 5 years ago
test: rework usage of tmp module

cb9aaf084ea0e6466a4596b558df75b8e70420eb authored about 5 years ago
refactor: no need to use path.resolve since path is normalized

b3eb3fcfffe55bd0cec85dc8ab7e87d399f52cb8 authored about 5 years ago
refactor: check for merge using fs.access before fs.readfile

eb54a8976057f4ded466b50a2a8a88dad9a773a9 authored about 5 years ago
test: move mock files inside test directory

e68255a32ed490cc5dd9091100a947c7f1380710 authored about 5 years ago
refactor: use execa.command to avoid parsing of commands

effdb4cd7740390ff0b8aa3c63a147909f8700c2 authored about 5 years ago
fix: gitWorkflow handles active merge mode

2f1e886cba422844b0496a96696dae5296835862 authored about 5 years ago
test: add test for failing merge conflict resolution

lint-staged loses the MERGE_HEAD while stashing backups, so the current behaviour breaks merge c...

a2b9716e9d00ac79cd2cb1b56723387201011c9d authored about 5 years ago
test: add some runAll tests

bbfdbce60ce1bee5a110f2232beba0cac6ce2573 authored about 5 years ago
test: increase jest timeout for slow CI runners

061946ca19b823b8d414d33746613a1312a4ef78 authored about 5 years ago
fix: try applying unstaged changes before handling errors

357934fe1e193040d1a138d3d138da1377004be2 authored about 5 years ago
refactor: improvements

9b101cd170593caee8dca76b66a1056e3330edb5 authored about 5 years ago
refactor: GitWorkflow is a class

128631d24ac830d5193076c86e57117cfe8faafd authored about 5 years ago
fix: retry failing apply with 3-way merge

76cb08f6eecd68f3ae7e606216b4c5fdc1da94f0 authored about 5 years ago
refactor: simplify gitWorkflow by creating only one stash

762d4d1543c217ecd9b0f18a0d97c46c9502f293 authored about 5 years ago
test: update test for restoring changes

d843d07915f05c466d133a6369ee7d0212ef9bbe authored about 5 years ago
ci: print git version number in AppVeyor

5be9cb47270fff5e7f142a59da30cb2cb7d8bba3 authored about 5 years ago
feat: use git stashes for gitWorkflow

40a5db1f6b1ad17b5a593974b6db93015f50824c authored about 5 years ago
fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Releas...

ed84d8e812010f6da333eff7ca31c71ebf35e7df authored about 5 years ago
build: Use [email protected] to enable prerelease channels

3f27bc774c5e194710a01bf73face4ac34f957e7 authored about 5 years ago
fix: create fn title with mock file list of correct length

8c3ca586a90153f658bdb6152148617224ea7ab4 authored over 5 years ago
refactor: add check before creating short function title

403f80b74468dd5682f27bfbeabdd779d492f0e8 authored over 5 years ago
fix: add note about next version (#708)

8ec040c70ed7665dfdeacda0045264b5c54528fe authored over 5 years ago
feat: Use shorter title for function tasks with many staged files (#706)

* refactor: remove usage of `linter` and prefer `command`
* test: remove full snapshot since ne...

1dcdb8963585d0b60f820de5723c26acc2b3c7aa authored over 5 years ago
Merge pull request #695 from sheerun/config

Allow to pass config instead of configPath

88d9d4f63e6208035726ea56ff355ebd1591e7c7 authored over 5 years ago
feat: allow to pass config instead of configPath

14c46d2d57fc8c21d4d65fc057b4097ae6a397e8 authored over 5 years ago
Merge pull request #703 from sa1dai/readme-correction

correct readme

8583641872ef3f24aa1641aead21915d07da2e86 authored over 5 years ago
docs: correct glob example in readme

96ea08ffcdc5471aa90cb20ed5fd14771859ff62 authored over 5 years ago
fix: validateConfig validates function task return values

d8fad78b96fb704fdd765d0dbd74770554a07913 authored over 5 years ago
fix: include renames when getting list of staged files

2243a839ccc9781a37c290e6c7d3e03bfb76b857 authored over 5 years ago
fix: normalize gitDir path to posix using normalize-path

f485e513b49a83181b3db504a10a363b4e913a6e authored over 5 years ago
fix: generateTasks handles parent dir globs correctly

82b5182833b288ee826b5eb6769bdde8cddc8ae7 authored over 5 years ago
test: mock resolveGitDir to fix runAll tests

c9424ad31189463f0c02a630486afe7e48a639b8 authored over 5 years ago
fix: don't normalize path gitDir path for better Windows compatibility

eb3fa834d6f6f63a9d2140dab137801b6966ea2b authored over 5 years ago
refactor: no need to create absolute paths since cwd is already absolute

94dbedabb2bbf786dd58e6c206546abf47d571f6 authored over 5 years ago
refactor: remove unnecessary try/catch

23019a5bb29bc29624306c4eaaa07eda8e4348b1 authored over 5 years ago
refactor: generateTasks is not async

f77cefaac2908d37a36f8e0b8e6cf521b3204ab5 authored over 5 years ago
fix: apply patch only if there's a diff

e70e08fb716d0627a9c50b54638ad139389eb675 authored over 5 years ago
test: add parrent dir linting configuration test

d85a39e8d0496e6a9358e259bd7365c8c1ccc945 authored over 5 years ago
test: move to other file

add7ef935d9628ba6e166eacf240bb3e4586a7af authored over 5 years ago
test: use path.join to make windows happy

278cd9e37af2efdab1fbc4ae93725f387e644257 authored over 5 years ago
test: remove relPath

710be313809901e6fe3275c476b6f82241093989 authored over 5 years ago
test: should clear unstaged changes when linter applies same changes

02b2708e36344d85ab81a4f9a6055cdb4c84a424 authored over 5 years ago
test: should fail when linter creates a .git/index.lock

d9fcbda8b5bb13098408f377b8a453baa9c532a5 authored over 5 years ago
refactor: set SIGINT listener in bin instead of runAll

127cd95b6faecf605449054eba54582b146719d5 authored over 5 years ago
chore: use jsonlint --in-place

eb07cd5b6cd1a2ccfb22cb9a64849c6ed54ea9a3 authored over 5 years ago
chore: upgrade production depedencies

34ab803e1a164ae3bd51705d8e91ace477c2a46d authored over 5 years ago
fix: pin [email protected] to support node 8

e879b6afbd0b922b5d5e950c52c01e95a6394b29 authored over 5 years ago
chore: upgrade devDependencies and simplify eslint config

0ce85b202305522bc694f19b53a2a35ffb5af838 authored over 5 years ago
fix: remove empty spaces from warning

6126b725b9a5a834736fb7bca66e55173d263eb5 authored over 5 years ago
fix: pin [email protected] to support node 8

ee774e31af1663f1b927da83e2ea6ebf13571144 authored over 5 years ago
refactor: change 'linters' to 'tasks'

7a9df2f734623000d708e4eba248fd0c571494bd authored over 5 years ago
test: update snapshots

0342ebff6e2e4e6ad228fcd7dce7bf11e999dc34 authored over 5 years ago
refactor: allow runAll and generateTasks to receive cwd

8ba95d50c558d6ae636692539cbbef371abbd1eb authored over 5 years ago
test: add integration test for runAll

743246979008495efdeb9013ade90f18569dd02f authored over 5 years ago
docs: add information about ignoring files

cf8a005062ca90c7f6848ac7184d955f5220a741 authored over 5 years ago
docs: add --relative to README

da0bbc7569c36d0670070146234379b9958fc007 authored over 5 years ago
test: add test for gitStashPop throwing

443ee9002018e07659196ad02708e4b78607d428 authored over 5 years ago
feat: add --relative option for controlling file paths

All commands specified in the configuration will run in the current directory when using relativ...

242deb5564ffcf98a6f73801d9f7780d96fde24c authored over 5 years ago
docs: fix a typo (#657)

6572a82e1b63718ae58918db897733c45e07b6ec authored over 5 years ago
feat: make node-api accessible

ca379068de27fb838270e7a4772f83258d613acc authored over 5 years ago
fix: snapshot with fully-resolved path name

b1a08b8da1e7c69035352e2400d803b6f62730db authored over 5 years ago
test: improve test coverage

76264eb3bcbc7f8840efa66b7268f4d4435e14b5 authored over 5 years ago
refactor: convert main entrypoint to use an object

386ff4afaaf3439dd2b07088870cd8c2ec26cf3a authored over 5 years ago
test: improve test coverage

107402f233d2b064350a375312817222cbdd9c03 authored over 5 years ago
refactor: return a Promise<Boolean> from the main entrypoint

06269dd3ea067985b8f36af1a231e6bc7bd983ea authored over 5 years ago
test: improve test coverage of printErrors

0dee25b20b3bcfd650f2cf09ac8ee4c4066cba5c authored over 5 years ago
docs: add node api to README

dd1100bf289e81975b7c648ab2960b2bd7e76bc8 authored over 5 years ago
refactor: simplify bin declaration in package.json

d8b3695da867e9e140d6696aecacb705b5fe0496 authored over 5 years ago
docs: fix ignore example glob

28da59a975da367b3ca9710e5387049c29fb1467 authored over 5 years ago
fix: run all commands returned by function linters

Function linters have to be evaluated at makeCmdTasks, and resolveTaskFn has to run for each of ...

0dd0c9486bc72b5d13ea021c0148765fc30b262a authored over 5 years ago
docs: add ignore glob example

146e6ce88987098c3478455dd8ad7f8bb1e83807 authored over 5 years ago
fix: Update node version requirement (#646)

* fix: specify lowest node version in package.json

The lowest version of node required by exp...

6c1e42fb2f9db44fa4dcf3b966f045002cb363d2 authored over 5 years ago
feat: support functions as linter commands

Linter functions receive an array of the staged filenames (matching the glob), and return a comp...

f76c0d167065cadf7b53f779ecc8cf48923d5976 authored over 5 years ago
refactor: remove unused configuration options

28f3c407c8c1feda5bd1dbb58c771c181a07bacb authored over 5 years ago
docs: print a warning when arguments length is too long based on platform

efe8f0636ec2c88111f47afb93d9246418aa39ae authored over 5 years ago
docs: update README

2753640fab6588a1a6fbd9d84b6480b141df8985 authored over 5 years ago
fix: parse titles for function linters

e24aaf213d84a8a174b3bb189373febfac39e559 authored over 5 years ago
docs: restore filtering section to README

309ff1cd4ffb618f96b1d7cbf8198a78a96027db authored over 5 years ago
feat: add deprecation error for advanced configuration

4bef26e3b59a12ecf6c0aa764d4e6aea8a13bc89 authored over 5 years ago
refactor: remove dependency on path-is-inside

e8296469729cb0689e2bf43b5b3ec67f2509ea94 authored over 5 years ago
refactor: remove dependency on lodash

767edbd78e3d84b062a18ebe6730bdd6229e21d5 authored over 5 years ago
chore: upgrade dependencies

c59cd9aaca6647c8107b8e8d38b9d7ca3a143e16 authored over 5 years ago
refactor: pass unparsed commands to execa with --shell

19536e3273b680199f9840388b1533e237b3843b authored over 5 years ago
refactor: rename --silent to --quiet

275d996a5b45fa731eeef36730541e3d93342b6f authored over 5 years ago
docs: update README

18acd59a5e1bd917f9f689a8028a20e4f09c403d authored over 5 years ago
docs: correct config file name

e862e7e5d28d00cf33159d4621163d37c81d2df7 authored over 5 years ago
test: ignore testSetup from coverage report

2ba6d617f5b701f7ed6f3e01399af3cb66bb2924 authored over 5 years ago
feat: add --shell and --quiet flags

- `--shell` disables parsing of command strings, enabling advanced shell scripts at the cost of ...

ecf9227310d929543aaf290145c97b9a53bb9cd9 authored over 5 years ago
refactor: remove advanced configuration options

BREAKING CHANGE: The advanced configuration options have been deprecated in favour of the simple...

04190c84e5d4f015880cb3e7f211414b9442bb44 authored over 5 years ago
refactor: use execa's shell option to run commands

BREAKING CHANGE: Local commands are no longer resolved by lint-staged, but execa will do this in...

bed9127fda3c74795a3cb6de49f6c4000b7df6db authored over 5 years ago
docs: update contributors

d3f6475443ad549ce0a0f193652c8184ddc1f8d7 authored over 5 years ago
refactor: warn about long arguments string only once

b71b9c8b2b00f1db6925c44b9acd8316c51a2bf5 authored over 5 years ago