Skip to content

Commit 5887698

Browse files
committed
- moves php suppression to the right place
Signed-off-by: Vincent Biret <[email protected]>
1 parent c8b370a commit 5887698

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

it/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
{
4141
"Pattern": "/user/gpg_keys/**",
4242
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
43-
},
44-
{
45-
"Language": "php",
46-
"Rationale": "https://github.com/microsoft/kiota/issues/2378"
4743
}
4844
],
4945
"Suppressions": [
@@ -70,6 +66,10 @@
7066
{
7167
"Language": "java",
7268
"Rationale": "https://github.com/microsoft/kiota/issues/2372"
69+
},
70+
{
71+
"Language": "php",
72+
"Rationale": "https://github.com/microsoft/kiota/issues/2378"
7373
}
7474
]
7575
},

it/ruby/.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,7 @@ Naming/PredicateName:
114114
Enabled: false
115115

116116
Metrics/ClassLength:
117+
Enabled: false
118+
119+
Metrics/ModuleLength:
117120
Enabled: false

0 commit comments

Comments
 (0)