Skip to content

Commit

Permalink
ci: removes fixed suppressions
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Oct 18, 2024
1 parent 9ead038 commit 1a42b63
Showing 1 changed file with 18 additions and 70 deletions.
88 changes: 18 additions & 70 deletions it/config.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,4 @@
{
"oas::petstore": {
"ExcludePatterns": [
{
"Pattern": "/gists",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/gists/**",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/users/*/gists",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/orgs/*/migrations",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/orgs/*/migrations/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/user/migrations",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/user/migrations/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/users/*/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
}
],
"Suppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
]
},
"./tests/Kiota.Builder.IntegrationTests/InheritingErrors.yaml": {
"MockServerITFolder": "basic",
"Suppressions": [
Expand All @@ -58,14 +8,6 @@
}
]
},
"./tests/Kiota.Builder.IntegrationTests/NoUnderscoresInModel.yaml": {
"Suppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2374"
}
]
},
"./tests/Kiota.Builder.IntegrationTests/GeneratesUritemplateHints.yaml": {
"MockServerITFolder": "query-params",
"Suppressions": [
Expand All @@ -81,6 +23,24 @@
{
"Language": "all",
"Rationale": "https://github.com/microsoft/kiota/issues/4241"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
],
"ExcludePatterns": [
{
"Pattern": "/users/*/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
}
]
},
Expand Down Expand Up @@ -151,10 +111,6 @@
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2957"
}
],
"IdempotencySuppressions": []
Expand Down Expand Up @@ -229,10 +185,6 @@
},
"apisguru::stripe.com": {
"Suppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/5256"
},
{
"Language": "java",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
Expand Down Expand Up @@ -278,10 +230,6 @@
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/3030"
}
]
},
Expand Down

0 comments on commit 1a42b63

Please sign in to comment.