Skip to content

Commit 92b22a9

Browse files
committed
2 parents 0fe1285 + e9a7c88 commit 92b22a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.windsurf/processes/BashScripts.process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ STARTER_CHARACTER =💻
88
- Only do minimal input validation; print a usage message to stderr and exit if inputs are missing or invalid.
99
- Do not check for installed commands if failure will be obvious on use.
1010
- Make script executable: `chmod +x <script>`.
11-
- Prefer concise, direct logic over verbosity.
11+
- Prefer concise, direct logic over verbosity.

.windsurf/processes/Scrubbers.process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Approvals.verifyAll("guids", guids, new Options(Scrubbers::scrubGuid));
1414
or
1515
```java
1616
Approvals.verify("created at 03:14:15", new Options().withScrubber(DateScrubber.getScrubberFor("00:00:00")));
17-
```
17+
```

.windsurf/processes/UnitTestStyleGuide.process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
### Dates, GUIDS and other non-deterministic values
1818

1919
If you are printing dates, guids, or any other non-deterministic values to an `.approved.` file.
20-
Reread [Scrubbers.process.md](Scrubbers.process.md) and follow the instructions there.
20+
Reread [Scrubbers.process.md](Scrubbers.process.md) and follow the instructions there.

0 commit comments

Comments
 (0)