add basic API specs

This commit is contained in:
Oleksandr Turchyn
2024-08-25 23:24:59 +03:00
committed by Pete Matsyburka
parent f90a4e5576
commit eead1b2bc4
7 changed files with 627 additions and 0 deletions
+3
View File
@@ -34,6 +34,7 @@ Metrics/MethodLength:
Max: 30
Exclude:
- 'db/migrate/**'
- 'spec/**/*'
Metrics/CyclomaticComplexity:
Max: 15
@@ -46,6 +47,8 @@ Layout/LineLength:
Metrics/AbcSize:
Max: 45
Exclude:
- spec/**/*
Metrics/ModuleLength:
Max: 500