Skip to content

Commit 3eceba0

Browse files
address the comments
1 parent dafe953 commit 3eceba0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/spectral/ipa/rulesets/functions/eachPathAlternatesBetweenResourceNameAndPathParam.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const validatePathStructure = (elements) => {
1818
});
1919
};
2020

21-
// eslint-disable-next-line no-unused-vars
22-
export default (input, _0, _1) => {
21+
export default (input) => {
2322
const prefix = getPrefix(input);
2423
if (!prefix) return [];
2524

0 commit comments

Comments
 (0)