Skip to content

Commit 8bb82bc

Browse files
Format
1 parent cc4d1ea commit 8bb82bc

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

nvim/lua/prototypes/misery.lua

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,26 @@ local hysteric_diagnostics = {
216216
messages = {
217217
{ severity = lvl.ERROR, message = "syntax error, try once more with feeling" },
218218
{ severity = lvl.ERROR, message = "unreachable code, unachievable dreams" },
219-
{ severity = lvl.HINT, message = "possible null reference, reconsider the choices that have brought you to this moment" },
219+
{
220+
severity = lvl.HINT,
221+
message = "possible null reference, reconsider the choices that have brought you to this moment",
222+
},
220223
{ severity = lvl.WARN, message = "this variable is shadowed by its own ambition" },
221224
-- From Alan Perlis <https://www.cs.yale.edu/homes/perlis-alan/quotes.html>
222225
{ severity = lvl.ERROR, message = "it is often the early bird that makes the worm" },
223226
{ severity = lvl.ERROR, message = "simplicity does not precede complexity, but follows it" },
224227
{ severity = lvl.ERROR, message = "there are two ways to write error-free programs; only the third way works" },
225-
{ severity = lvl.HINT, message = "is it possible that software is not like anything else, that it is meant to be discarded: that the whole point is to see it as a soap bubble?" },
228+
{
229+
severity = lvl.HINT,
230+
message = "is it possible that software is not like anything else, that it is meant to be discarded: that the whole point is to see it as a soap bubble?",
231+
},
226232
{ severity = lvl.HINT, message = "it is easier to change the specification to fit the program than vice versa" },
227233
{ severity = lvl.HINT, message = "it is easier to write an incorrect program than understand a correct one" },
228234
{ severity = lvl.HINT, message = "the proof of a system's value is its existence" },
229-
{ severity = lvl.HINT, message = "there will always be things we wish to say in our programs that in all known languages can only be said poorly" },
235+
{
236+
severity = lvl.HINT,
237+
message = "there will always be things we wish to say in our programs that in all known languages can only be said poorly",
238+
},
230239
{ severity = lvl.WARN, message = "in seeking the unattainable, simplicity only gets in the way" },
231240
{ severity = lvl.WARN, message = "one man's constant is another man's variable" },
232241
{ severity = lvl.WARN, message = "optimization hinders evolution" },

0 commit comments

Comments
 (0)