Commit graph

3 commits

Author SHA1 Message Date
ffranr
a0e63124c0
multi: reformat long lines for readability
- Replace occurrences of `// nolint:lll` with `// nolint:ll` across
  files for consistency.
- Reformat multiline strings, comments, and function parameters to
  improve clarity and adhere to style guidelines.
- Add `// nolint:ll` comments where necessary to prevent linter
  warnings.
2025-12-09 16:12:03 +00:00
Elle Mouton
b4aadaa4bd
multi: rename ActionsDB to ActionsListDB
To better represent the interface and to free up the use of the
ActionsDB name as this will be used to represent the full Actions DB in
an upcoming commit.
2025-05-07 13:30:34 +02:00
Elle Mouton
042a5ee855
rules: add RateLimit rule 2023-01-27 06:47:12 +02:00