We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3916130 commit e4a1803Copy full SHA for e4a1803
1 file changed
.cursor/rules/coding.mdc
@@ -3,7 +3,7 @@ alwaysApply: true
3
description: Cursor Coding Rules
4
---
5
6
-# Coding Rules
+# Contributing Rules for Agents
7
8
## Overview
9
@@ -17,13 +17,13 @@ sentry-java is the Java and Android SDK for Sentry. This repository contains the
17
## Key Commands
18
19
```bash
20
-# Format code and regenerate .api file
+# Format code and regenerate .api files
21
./gradlew spotlessApply apiDump
22
23
-# Run tests and lint
+# Run all tests and linter
24
./gradlew check
25
26
-# Run unit tests
+# Run unit tests for a specific file
27
./gradle ':<module>:testDebugUnitTest' --tests="*<file name>*" --info
28
```
29
0 commit comments