Cam Jackson

Results 38 issues of Cam Jackson

As a developer I want a CLI command to find unused step implementations So that I can fail the build on dead code **Problem** Because step _usages_ (in spec files)...

All of my containers will have the same values for these config items: - `io.fdy.cage.srcdir` - `io.fdy.cage.shell` - `io.fdy.cage.test` Is there somewhere I can configure these so that it will...

Suppose I have a project like this: ``` my-project/ frontend/ src/ Dockerfile package.json backend/ src/ Dockerfile package.json ``` They're two 'services' which run independently of each other, each with its...

I'm getting an error like this (data somewhat sanitised): ``` Error: could not read 'pods/my-pod.yml' error reading file 'pods/my-pod.yml' invalid image 'my-private-registry:5000/my-org-name/my-app-name' ``` Config snippet: ``` # pods/my-pod.yml services: my-app-name:...

We're using a Jenkins plugin that auto-discovers repos under particular github organisations. So the path to a repo is: `Some root category` -> `My github org` -> `My github repo`...

Fixes #22. This is a revised version of PR #220, which I could not amend directly as I am not the owner of the fork I was PR-ing from. This...

## Context In short: - My project contains dozens of test helper functions for things like constructing test data, and mocking dependencies - When running knip in `--production` mode: -...

feature request

Related to #1184. In PR #1185 I've tried to make the CLI output clearer in the case where files have changed but test results have not. This PR tries to...

Fixes #1184 The diff looks bigger than it really is, due to indentation changes. Recommend reviewing with whitespace changes hidden.

As described in [this discord message](https://discord.com/channels/712304478799527976/712304479248318476/1199124669182263316), betterer in CI mode can be confusing when the only mismatch is the file hash, and not the issues in a file. In this...