Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Nov 4, 2022
1 parent 577aed0 commit d4f1dbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Rule for NoDupeKeys {
defined_property @ (DefinedProperty::Value(_)
| DefinedProperty::GetterSetter(..)),
),
property_definition @ _,
property_definition,
) => {
// Register the conflict.
signals.push(PropertyConflict(
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/lint/rules/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion website/src/docs/lint/rules/noDupeKeys.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4f1dbd

Please sign in to comment.