Christopher Carman

Results 6 issues of Christopher Carman

**Describe the bug** All the details below can be found in this minimal reproduction: https://github.com/carmanchris31/standard-version-repro Example scenario: In this setup, standard-version is responsible only for managing tags. Neither `package.json` nor...

bug

This attempts to address https://github.com/reviewdog/action-eslint/issues/62 by calculating the conclusion of a check run based on the level of the annotations. That is to say: - if there are any error-level...

The `import` and `export` statements in `danger.d.ts` are preventing the danger DSL from being available in the global scope: ![danger-ambient-declarations](https://user-images.githubusercontent.com/9935648/68442571-4bf7d500-0186-11ea-908f-f8e30ace69a8.gif) This is a known issue in Typescript `*.d.ts` files (ambient...

## Expected Behavior The `extends` property in `commitlint.config.js` should resolve configs using es6-style default exports. ## Current Behavior Currently, `commitlint` appears to only look at `module.exports` as a whole, so...

question

I ran into an API limit on a very large PR (touches 100+ files): ``` { "severity": "ERROR", "time": "2022-05-03T23:36:55.643287885Z", "logging.googleapis.com/sourceLocation": { "file": "/home/runner/work/reviewdog/reviewdog/doghouse/server/github_checker.go", "line": "45", "function": "github.com/reviewdog/reviewdog/doghouse/server.(*checkerGitHubClient).UpdateCheckRun" }, "message":...

There are scenarios where a branch is behind `master` (or its equivalent) and shouldn't be compared against it, or else codechecks is very likely to return false positives/regressions for things...