DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073)

Co-authored-by: Loïc Guitaut <loic@discourse.org>
This commit is contained in:
Jarek Radosz
2025-10-06 16:11:01 +02:00
committed by GitHub
co-authored by Loïc Guitaut
parent 9a0a99b77d
commit 71834c898f
497 changed files with 1173 additions and 1219 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ class PostCreator
end
def self.track_post_stats
Rails.env != "test" || @track_post_stats
!Rails.env.test? || @track_post_stats
end
def self.track_post_stats=(val)