Skip to content

Commit d60ff28

Browse files
authored
Improving scaffolding (#8)
* Improving scaffolding
1 parent 6e57448 commit d60ff28

13 files changed

Lines changed: 27 additions & 12 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: General java rules
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# AI Developer Profile
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules for Concurrency objects
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Java Concurrency Guidelines
77

.cursor/rules/102-java-functional-programming.mdc renamed to 102-java-functional-programming.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules for Functional programming
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Java Functional Programming Guidelines
77

.cursor/rules/103-java-data-oriented-programming.mdc renamed to 103-java-data-oriented-programming.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules to apply data oriented programming
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Data Oriented Programming Pillars for Java
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules to apply logging guidelines in Java applications
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Java Logging Guidelines
77

.cursor/rules/105-java-modern-features.mdc renamed to 105-java-modern-features.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules to apply modern features released in java8+
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Java 8+ Modern Development Guidelines
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules from the book "Effective Java"
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Development Guidelines: effective_java_notes:
77

.cursor/rules/202-book-pragmatic-unit-testing.mdc renamed to 202-book-pragmatic-unit-testing.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Extension to java rules from the book "Pragmatic Unit Testing: Summary"
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Pragmatic Unit Testing: Summary
77

.cursor/rules/301-framework-spring-boot.mdc renamed to 301-framework-spring-boot.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Spring Boot development guidelines
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Spring Boot Development Guidelines
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Quarkus development guidelines
33
globs: .java
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# Quarkus
77

0 commit comments

Comments
 (0)