awesome/lib/naughty
Emmanuel Lepage Vallee 86d1b1c22c doc: Add a mandatory `@noreturn` for functions and methods.
The goal is to catch cases where the return value exists, but is
forgotten. There was a large enough number of them to turn this
into a real check. Initially, I just wanted to implement it to fix
the problems, then delete the code. But since this is so common, I
think it is worth the annoyance.
2022-08-29 22:49:45 -07:00
..
container doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
layout doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
list naughty: Never hold a strong reference to the notification in the box. 2021-10-31 19:30:17 -07:00
widget doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
action.lua doc: Add a mandatory `@noreturn` for functions and methods. 2022-08-29 22:49:45 -07:00
constants.lua naughty: Improve backward compatibility to protecting the constants. 2020-09-14 02:11:32 -07:00
core.lua doc: More proof reading fixes. 2022-08-29 22:48:54 -07:00
dbus.lua naughty: Correctly notify the client when a notification is dismissed. (#3184) 2021-03-22 00:03:37 -07:00
init.lua doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
notification.lua doc: Add a mandatory `@noreturn` for functions and methods. 2022-08-29 22:49:45 -07:00