Rubocop rules

This commit is contained in:
Nedim
2025-02-17 19:12:40 +01:00
parent ef01db0700
commit ee89170c32
42 changed files with 1043 additions and 267 deletions

14
.rubocop/strict.yml Normal file
View File

@@ -0,0 +1,14 @@
# Cross-Repository configuration of Cops that are mandatory enabled.
#
# There are a handful of cops that must be enabled for all the files
# independently of any prior excludes.
Lint/Debugger:
# don't leave binding.pry or debugger
Enabled: true
Exclude: []
Rails/UniqBeforePluck:
# uniq.pluck and not pluck.uniq
Enabled: true
Exclude: []