Skip to content

Commit

Permalink
chore(rulesets): message name
Browse files Browse the repository at this point in the history
Co-authored-by: Nauman <mnaumanali94@gmail.com>
  • Loading branch information
P0lip and mnaumanali94 authored Aug 29, 2023
1 parent 43f7aa3 commit f5b1d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default createRulesetFunction<Input, Options>(
const redundantVariables = getRedundantProps(foundVariables, definedVariablesKeys);
for (const variable of redundantVariables) {
results.push({
message: `Server's "variables" object has redundant defined "${variable}" url variable.`,
message: `Server's "variables" object has unused defined "${variable}" url variable.`,
path: [...ctx.path, 'variables', variable],
});
}
Expand Down

0 comments on commit f5b1d17

Please sign in to comment.