Commit 6945f6a
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 <10648092+matifali@users.noreply.github.com>1 parent 1db5e37 commit 6945f6a
File tree
2 files changed
+1
-114
lines changed- scripts
2 files changed
+1
-114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
55 | 49 | | |
56 | | - | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
| |||
62 | 55 | | |
63 | 56 | | |
64 | 57 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 58 | + | |
70 | 59 | | |
71 | 60 | | |
72 | 61 | | |
| |||
This file was deleted.
0 commit comments