FIX: Updating presence status in readonly mode should fail gracefully (#24333)

This commit is contained in:
Daniel Waterworth
2023-11-10 14:27:43 -06:00
committed by GitHub
parent bed4b3ee91
commit e845138bc1
3 changed files with 33 additions and 0 deletions

View File

@@ -11,3 +11,15 @@ Discourse/NoResetColumnInformationInMigrations:
Lint/Debugger:
Exclude:
- script/**/*
RSpec/ContextWording:
Prefixes:
- when
- with
- without
- for
- while
- if
- as
- after
- in