Patrick McElhaney

Results 53 issues of Patrick McElhaney

I was curious about the trend of duplication in a repo. I put together this half-baked shell script to walk through the history of a repo, run jscpd once a...

help wanted
feature

Because all of the other rules have configuration examples, I got a little lost when I came to no-index and there were no examples.

I see package.json has MIT. Just making it more explicit. Thanks for sharing this useful plugin!

The first item in my report looks like this. ```json { "filePath": "/Users/rpmcelbd/code/front-end/.github/workflows/web-ci.yaml", "messages": [ { "fatal": false, "severity": 1, "message": "File ignored by default. Use a negated ignore pattern...

In theory with this change commitizen will work when it's run from a subdirectory. I haven't fully tested yet but I want to get the WIP out there and get...

### Environment 1. `node -v`: v14.15.0 1. `npm -v`: 6.14.8 1. `npm ls jest`: [email protected] 1. vscode-jest v4.0.0-alpha.1 1. OS X ### Prerequisite Everything works fine, this is more of...

help wanted

I'm the creator of this project. Let me know if you have any questions.

**Summary** Stryker doesn't like this code: ```js path[dynamicSegment.slice(1, -1)] = segment; ``` > Unexpected error occurred while running Stryker SyntaxError: src/registry.js:64:10 expressionMutantPlacer could not place mutants with type(s): "MethodExpression". It...

🐛 Bug

**Summary** In the below code I don't believe the `ObjectLiteral` mutation should have been created. ![image](https://user-images.githubusercontent.com/51504/141817802-8bdd65c3-186d-40dd-a2a9-8591160d7cc6.png) ```ts function renderTime(time: Temporal.PlainTime): Renderable { /* Stryker disable next-line StringLiteral, ObjectLiteral */ return...

🐛 Bug

As far as I can tell, the ESBuild plugin does not look at tsconfig.json. It uses the ESBuild's Transform API, which would require the plugin to explicitly pass the contents...