Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 committed Aug 2, 2019
1 parent 170c40b commit 764bab2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ flake8 --ignore-shorties 4 --censor-msg --lang=english,polish
|`--lang`|english |use bad words from the selected languages|

## Development notes
`make lint` - runs all linters
`make lint` - run all linters

`make flake8` - runs flake8
`make flake8` - run flake8

`make coverage_html` - generate and open html coverage report in the default browser

`make unittests` - runs unittests with coverage report
`make unittests` - run unittests with coverage report

`make mypy` - runs mypy
`make mypy` - run mypy

`make yamllint` - runs yamllint
`make yamllint` - run yamllint

0 comments on commit 764bab2

Please sign in to comment.