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

8
.rspec_parallel Normal file
View File

@@ -0,0 +1,8 @@
--color
--require spec_helper
--format progress
--format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec.log
--format progress
--format ParallelTests::RSpec::SummaryLogger --out tmp/spec_summary.log
--format progress
--format ParallelTests::RSpec::FailuresLogger --out tmp/failing_specs.log