Skip to content

Commit

Permalink
Merge branch 'wanl/add-tsp-config-rule' into wanl/adapt-new-rules-to-…
Browse files Browse the repository at this point in the history
…old-rules
  • Loading branch information
wanlwanl committed Jan 24, 2025
2 parents 2ba3d59 + 9f84497 commit de66d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const args: CreateCodeGenSDKRuleArgs[] = [
exampleValue: "azure-aaa",
extraExplanation:
"The 'package-dir' should be a string that starts with 'azure', followed by one or more '-<word>' segments. Each segment can contains letters, digits, or underscores",
condition: (tspconfig: TypeSpecConfig, context: Rule.RuleContext) =>
condition: (tspconfig: TypeSpecConfig, _: Rule.RuleContext) =>
isAzureSDK(tspconfig, emitters.java),
},
// python
Expand Down
1 change: 0 additions & 1 deletion eng/tools/eslint-plugin-tsv/src/utils/rule-doc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { KeyType, RuleDocument } from "../interfaces/rule-interfaces.js";
import { emitters } from "./constants.js";
import { stringify } from "yaml";

function createDescriptionDocumentBlock(
Expand Down

0 comments on commit de66d5d

Please sign in to comment.