(ruleName: string)
| 10 | } |
| 11 | |
| 12 | export function createRelativeRuleFilePath(ruleName: string): string { |
| 13 | return createRelativeRuleFilePathParts(ruleName).join("/"); |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Creates the file path for a rule in the workspace .continue/rules directory |
no test coverage detected