diff --git a/.travis.yml b/.travis.yml index 2f4f9b9..d607085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ env: global: - - CC_TEST_REPORTER_ID=24d2bc5ffa5ffc6083c070293660c1a117101d4bf773ee3fd8e49f0be7a6e031 + - CC_TEST_REPORTER_ID=4f307949bf2b8fece540e528b27c5304ef1df0dfbfbd0e2e7e85892e4d5a9190 language: python matrix: include: diff --git a/README.md b/README.md index e387f5c..35a35af 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,10 @@ [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Downloads](https://pepy.tech/badge/padpo)](https://pepy.tech/project/padpo) [![Tests](https://github.com/AFPy/padpo/workflows/Tests/badge.svg)](https://github.com/AFPy/padpo/actions?query=workflow%3ATests) - +[![Maintainability](https://api.codeclimate.com/v1/badges/bbd3044291527d667778/maintainability)](https://codeclimate.com/github/AFPy/padpo/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/bbd3044291527d667778/test_coverage)](https://codeclimate.com/github/AFPy/padpo/test_coverage) - -Linter for gettext files (*.po) +Linter for gettext files (\*.po) Created to help the translation of official Python docs in French: https://github.com/python/python-docs-fr @@ -29,10 +26,9 @@ Pull request are welcome. [Poutils](https://pypi.org/project/poutils) (`.po` utils) is a metapackage to easily install useful Python tools to use with po files and `padpo` is a part of it! Go check out [Poutils](https://pypi.org/project/poutils) to discover the other tools! - ## Usage -Using the *activated virtual environment* created during the installation: +Using the _activated virtual environment_ created during the installation: For a local input file: @@ -97,38 +93,38 @@ pip install padpo ### v0.10.0 (2020-12-04) -* use `pygrammalecte` v1.3.0 -* use GitHub Actions +- use `pygrammalecte` v1.3.0 +- use GitHub Actions ### v0.9.0 (2020-09-07) -* use `pygrammalecte` default message for spelling errors +- use `pygrammalecte` default message for spelling errors ### v0.8.0 (2020-08-25) -* use [`pygrammalecte`](https://github.com/vpoulailleau/pygrammalecte) -* add continuous integration -* fix #12, #13, #14, #15, #17, #18, #20 -* add `--color` CLI option to get a colored output (default is colorless) +- use [`pygrammalecte`](https://github.com/vpoulailleau/pygrammalecte) +- add continuous integration +- fix #12, #13, #14, #15, #17, #18, #20 +- add `--color` CLI option to get a colored output (default is colorless) ### v0.7.0 (2019-12-11) -* add `--version` CLI option to display the current version of `padpo` -* `--input-path` CLI option now accepts several paths as in +- add `--version` CLI option to display the current version of `padpo` +- `--input-path` CLI option now accepts several paths as in `padpo --input-path file1.po file2.po directory1 directory2` or `padpo -i file1.po file2.po directory1 directory2` ### v0.6.0 (2019-12-9) -* check errors against defined glossaries +- check errors against defined glossaries ### v0.5.0 (2019-12-3) -* check spelling errors with grammalecte -* tag releases! +- check spelling errors with grammalecte +- tag releases! ### v0.4.0 (2019-12-2) -* use poetry: https://poetry.eustace.io/docs/ -* add some tests with tox and pytests -* fix some false positive issues with grammalecte +- use poetry: https://poetry.eustace.io/docs/ +- add some tests with tox and pytests +- fix some false positive issues with grammalecte