Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/http-client-python"
---

Enable sync and async Azure ARM operation templates test coverage.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ export interface BuildTaskGroupsOptions {

// ---- Public constants ----

export const SKIP_SPECS: string[] = [
"type/file",
// LroPaging.postPagingLroWithBody generates begin_post_paging_lro_with_body with pylint R0915 (52/50).
"azure/resource-manager/operation-templates",
];
export const SKIP_SPECS: string[] = ["type/file"];

export const SpecialFlags: Record<string, Record<string, any>> = {
azure: {
Expand Down
1 change: 1 addition & 0 deletions packages/http-client-python/eng/scripts/ci/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def _single_dir_pylint(mod):
# narrow as possible: only this package, only the offending check.
per_package_disables = {
"azure-client-generator-core-exact-name": ["client-incorrect-naming-convention"],
"azure-resource-manager-operation-templates": ["too-many-statements"],
}
extra_disables = per_package_disables.get(mod.name)
if extra_disables:
Expand Down
Loading
Loading