Skip to content

Commit 14d178f

Browse files
authored
Update query-metadata-style-guide.md
minor tag changes to align with existing tags
1 parent de5d3b6 commit 14d178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-metadata-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ We'll use two "top-level" categories of quality queries, with sub-categories ben
153153

154154
* `@tags maintainability`–for queries that detect patterns that make it harder for developers to make changes to the code.
155155
* `@tags readability`–for queries that detect confusing patterns that make it harder for developers to read the code.
156-
* `@tags unused-code`-for queries that detect functions that are never used and other instances of unused code
156+
* `@tags useless-code`-for queries that detect functions that are never used and other instances of unused code
157157
* `@tags complexity`-for queries that detect patterns in the code that lead to unnecesary complexity such as unclear control flow, or high cyclomatic complexity
158158

159159

0 commit comments

Comments
 (0)