diff --git a/test/expectations/diagnostics/def_bad_formatting.exp.json b/test/expectations/diagnostics/def_bad_formatting.exp.json index 3f943d1d3..276b5fe65 100644 --- a/test/expectations/diagnostics/def_bad_formatting.exp.json +++ b/test/expectations/diagnostics/def_bad_formatting.exp.json @@ -13,6 +13,9 @@ }, "severity": 3, "code": "Sorbet/TrueSigil", + "codeDescription": { + "href": "https://github.com/Shopify/rubocop-sorbet/blob/main/manual/cops_sorbet.md#sorbettruesigil" + }, "source": "RuboCop", "message": "Sorbet/TrueSigil: No Sorbet sigil found in file. Try a `typed: true` to start (you can also use `rubocop -a` to automatically add this).", "data": { diff --git a/test/expectations/diagnostics/if_inside_else.exp.json b/test/expectations/diagnostics/if_inside_else.exp.json index ac15a2ed3..2f2f426ae 100644 --- a/test/expectations/diagnostics/if_inside_else.exp.json +++ b/test/expectations/diagnostics/if_inside_else.exp.json @@ -13,6 +13,9 @@ }, "severity": 3, "code": "Sorbet/TrueSigil", + "codeDescription": { + "href": "https://github.com/Shopify/rubocop-sorbet/blob/main/manual/cops_sorbet.md#sorbettruesigil" + }, "source": "RuboCop", "message": "Sorbet/TrueSigil: Sorbet sigil should be at least `true` got `false`.\n\nThis offense is not auto-correctable.\n", "data": {