Fix documentation inconsistencies in numeric validations #184
+201
−93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Descrição
Corrige documentação inconsistente e exemplo incorreto que confundia validações numéricas com validações de tamanho de coleção.
Mudanças Propostas
docs/validations/index.md: Corrigido exemplo usandois_greater_or_equals_than_number()em vez deis_greater_or_equals_than()para validar idade (int). O método anterior valida tamanho de coleções vialen(), causaria erro em runtime.docs/validations/numeric.md: Reescrito completamente para documentarNumericValidationContract(validações deint/float) em vez de validações de tamanho de coleção. Adicionada documentação completa de todos os métodos:is_greater_than_number(),is_greater_or_equals_than_number(),is_lower_than_number(),is_lower_or_equals_than_number(),is_between_numbers(),is_positive(),is_negative(),is_zero(),is_not_zero().tests/validations/test_numeric_validation_contract.py: Removido import não utilizado depytest.Checklist de Revisão
Comentários Adicionais (opcional)
Mudanças são exclusivamente em documentação e cleanup de imports. Sem alteração em código de produção.
Issue Relacionada
Relacionado ao PR #183 - addressing review feedback
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.