Results 44 issues of Eric Cornelissen

This is a suggestion to change the way contributing to this project works. Currently, when a PR is submitted the submitter has to run `npm run build` and include the...

Closes #47, this refactors the existing logic to work with a `File` instead of just a filename (which for now just includes the filename and file status - `"added"`,`"modified"`, or...

**:information_source: If you're interested in this feature, please leave comment or add a :+1:** --- ### Kind of issue - [x] Feature - [ ] Bug - [x] Design -...

enhancement
design

_Credits for this idea go to @PeterShaggyNoble_ --- ### Kind of issue - [x] Feature - [ ] Bug - [ ] Design - [ ] Other, namely: ### Description...

enhancement
help wanted

**:information_source: If you're interested in this feature, please leave comment or add a :+1:** --- ### Kind of issue - [x] Feature - [ ] Bug - [ ] Design...

enhancement

A, at least in theory, fairly straightforward quality of life feature to detect a simple mistakes: having duplicate test cases for a parametrized test. A trivial example of what I...

Related to some other issues (#196, #418, #442) but I believe slightly different: my request is to allow for specifying versions (or version ranges) on reviewed dependencies such that `licensed...

This seems tangentially related to #137. However, I would like to suggest that the Fossa CLI should automatically respect files and folders already ignored by VCS. I'm requesting this because...

I would like to have some of ShellCheck's [optional rules](https://github.com/koalaman/shellcheck/wiki/Optional) enforced on GitHub Actions workflows. However, [ShellCheck is executed with the `--norc` option set](https://github.com/rhysd/actionlint/blob/3a2f2c755b6442ec7999b28dfd107e1bb9853389/rule_shellcheck.go#L172), this seems to have been added...

enhancement

Closes #81 Update the behaviour when the `--production` flag is used on the CLI of this project to, instead of just using `--production` when invoking `npm audit`, do: 1. get...