Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS committed Dec 13, 2024
1 parent 5a60c40 commit 1a64084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/qsc_linter/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn set_keyword_lint() {
[
SrcLint {
source: "set",
level: Warn,
level: Allow,
message: "deprecated use of `set` keyword",
help: "`set` keywords are deprecated for assignments, they can be removed",
code_action_edits: [
Expand Down

0 comments on commit 1a64084

Please sign in to comment.