Skip to content

Commit 7a7d754

Browse files
committed
Update rules to apply only to Python files and change alwaysApply to false
1 parent 00a045f commit 7a7d754

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ai/.rules/build-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
globs:
2+
globs: **.py
33
description: Crucial guidelines to build a dlt rest api source
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
## Prerequisities to writing a source
77

ai/.rules/dlt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
globs:
2+
globs: **.py
33
description: Information about dlt
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66

77
# Guidelines

ai/.rules/rest_api_extract_parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
globs:
2+
globs: **.py
33
description: This rule helps identify and extract ALL necessary parameters from API documentation to build a dlt REST API source
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66
# REST API Parameter Extraction Guide
77

ai/.rules/rest_api_pagination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
globs:
2+
globs: **.py
33
description: Use this rule when writing REST API Source to configure right pagination type for an Endpoint
4-
alwaysApply: true
4+
alwaysApply: false
55
---
66

77
# dlt REST API Pagination Configuration Guide

0 commit comments

Comments
 (0)