Skip to content

Commit 6945f6a

Browse files
cleanup: Remove redundant shell script
The shell script is no longer needed since detekt.yml provides: - More accurate AST-based analysis vs regex patterns - Better IDE and CI/CD integration - Comprehensive HTML reports - Standard configuration format - Combined compliance + code quality checking Simplifies the implementation to use only detekt for all linting. Co-authored-by: matifali <[email protected]>
1 parent 1db5e37 commit 6945f6a

File tree

2 files changed

+1
-114
lines changed

2 files changed

+1
-114
lines changed

JETBRAINS_COMPLIANCE.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,14 @@ This configuration includes JetBrains-specific rules that check for:
3939
- **ForbiddenImport**: Detects potentially bundled libraries
4040
- **Standard code quality rules**: Complexity, naming, performance, etc.
4141

42-
### Backup Compliance Check Script
4342

44-
A shell script is also available for quick manual checks:
45-
46-
```bash
47-
./scripts/jetbrains-compliance-check.sh
48-
```
4943

5044
## CI/CD Integration
5145

5246
The GitHub Actions workflow `.github/workflows/jetbrains-compliance.yml` runs compliance checks on every PR and push.
5347

5448
## Running Locally
5549

56-
### Primary Compliance Check
5750
```bash
5851
# Run JetBrains compliance and code quality check
5952
./gradlew detekt
@@ -62,11 +55,7 @@ The GitHub Actions workflow `.github/workflows/jetbrains-compliance.yml` runs co
6255
open build/reports/detekt/detekt.html
6356
```
6457

65-
### Quick Manual Check
66-
```bash
67-
# Run backup shell script for quick manual verification
68-
./scripts/jetbrains-compliance-check.sh
69-
```
58+
7059

7160
## Understanding Results
7261

scripts/jetbrains-compliance-check.sh

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)