Skip to content

Commit e4a1803

Browse files
authored
Update coding.mdc
1 parent 3916130 commit e4a1803

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.cursor/rules/coding.mdc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ alwaysApply: true
33
description: Cursor Coding Rules
44
---
55

6-
# Coding Rules
6+
# Contributing Rules for Agents
77

88
## Overview
99

@@ -17,13 +17,13 @@ sentry-java is the Java and Android SDK for Sentry. This repository contains the
1717
## Key Commands
1818

1919
```bash
20-
# Format code and regenerate .api file
20+
# Format code and regenerate .api files
2121
./gradlew spotlessApply apiDump
2222

23-
# Run tests and lint
23+
# Run all tests and linter
2424
./gradlew check
2525

26-
# Run unit tests
26+
# Run unit tests for a specific file
2727
./gradle ':<module>:testDebugUnitTest' --tests="*<file name>*" --info
2828
```
2929

0 commit comments

Comments
 (0)