Pavel Vergeev

Results 24 issues of Pavel Vergeev

Validators that deal with readme (such as `validators.has_changed_readme`) are largely located in `general` validator group, but they should be in `readme`. See https://github.com/devmanorg/fiasko_bro/blob/master/fiasko_bro/code_validator.py#L168

tech_debt

1. I find `fiasko_bro` too long to type. I'm fine with the name of the repo/package, but let's name the module itself just `fiasko`. 2. `validate_repo` function can just be...

enhancement

The validator should check two things: 1. If the module names are written in snake_case 2. If they are not very long (the length should be a parameter) Additional info:...

new_validator

For example, [this line](https://github.com/devmanorg/fiasko_bro/blob/master/fiasko_bro/validators.py#L160) is not very readable. Since we need a way to protect ourselves from regressions, [this ticket](https://github.com/devmanorg/fiasko_bro/issues/6) should be completed first.

tech_debt