diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-01 13:30:49 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2026-01-01 13:30:49 -0700 |
| commit | da853e0c1bc133a1b707721de1fb7bfe26a11d2f (patch) | |
| tree | 72ecae573b788a1ed18ddf3e228334b7e1a55bda /lua/99/prompt-settings.lua | |
| parent | 4e7f2cdd88d7042c0a371bf1a55c9e5f48dc7558 (diff) | |
| download | a4-da853e0c1bc133a1b707721de1fb7bfe26a11d2f.tar.xz a4-da853e0c1bc133a1b707721de1fb7bfe26a11d2f.zip | |
lint errors gone
Diffstat (limited to 'lua/99/prompt-settings.lua')
| -rw-r--r-- | lua/99/prompt-settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/99/prompt-settings.lua b/lua/99/prompt-settings.lua index d0c9f98..04e5c6f 100644 --- a/lua/99/prompt-settings.lua +++ b/lua/99/prompt-settings.lua @@ -46,6 +46,7 @@ consider the context of the selection and what you are suppose to be implementin get_file_contents(range.buffer) ) end, + -- luacheck: ignore 631 read_tmp = "never attempt to read TEMP_FILE. It is purely for output. Previous contents, which may not exist, can be written over without worry", } |
