Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for newer docstring warning #103

Merged
merged 1 commit into from Oct 7, 2019
Merged

Conversation

carsongee
Copy link
Owner

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.333% when pulling 108b32e on bugfix/fix_build into d273e33 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.333% when pulling 108b32e on bugfix/fix_build into d273e33 on master.

@coveralls
Copy link

coveralls commented Oct 7, 2019

Coverage Status

Coverage remained the same at 98.333% when pulling 108b32e on bugfix/fix_build into d273e33 on master.

@carsongee carsongee merged commit 1e85125 into master Oct 7, 2019
@carsongee carsongee deleted the bugfix/fix_build branch October 7, 2019 18:52
carsongee added a commit that referenced this pull request Feb 10, 2020
* Implemented option to output Pylint results to a reports file. (#100)

* Implemented option to output Pylint results to a reports file.

* Removed comment left in code.

* Fixed string for Python 2.x support.

* Fixed parameters differing in `PyLintItem.repr_failure` method.

* Fixed file path in unit test.

* Fixed unused argument `style` in `PylintItem.repr_failure`.

* Fixed Python 2.7 Pylint error.

* Improved `PyLintItem.runtest` function.

* Disabling Pylint check due to Python 2 multiple inheritance differences.

* Added support for newer docstring warning (#103)

* Add support for Python 3.8 (#104)

* Require Python 3.5+ (#106)

This also bumps pytest's and pylint's minimal version to the first one
with Python-3-only support.

See also https://docs.pytest.org/en/latest/py27-py34-deprecation.html

* Add ::PYLINT in pytest verbose mode (#101)

* Dismiss a PytestUnknownMarkWarning

* Add ::PYLINT in pytest verbose mode

* Refactor and release notes (#109)

* Removed passing pylint ignores (#111)

Closes #105

Co-authored-by: José L. Patiño <jose.lpa@gmail.com>
Co-authored-by: Michael <michael-k@users.noreply.github.com>
Co-authored-by: Yan QiDong <yanqd0@outlook.com>
carsongee added a commit that referenced this pull request Feb 10, 2020
* Release 0.15.0 (#110)

* Implemented option to output Pylint results to a reports file. (#100)

* Implemented option to output Pylint results to a reports file.

* Removed comment left in code.

* Fixed string for Python 2.x support.

* Fixed parameters differing in `PyLintItem.repr_failure` method.

* Fixed file path in unit test.

* Fixed unused argument `style` in `PylintItem.repr_failure`.

* Fixed Python 2.7 Pylint error.

* Improved `PyLintItem.runtest` function.

* Disabling Pylint check due to Python 2 multiple inheritance differences.

* Added support for newer docstring warning (#103)

* Add support for Python 3.8 (#104)

* Require Python 3.5+ (#106)

This also bumps pytest's and pylint's minimal version to the first one
with Python-3-only support.

See also https://docs.pytest.org/en/latest/py27-py34-deprecation.html

* Add ::PYLINT in pytest verbose mode (#101)

* Dismiss a PytestUnknownMarkWarning

* Add ::PYLINT in pytest verbose mode

* Refactor and release notes (#109)

* Removed passing pylint ignores (#111)

Closes #105

Co-authored-by: José L. Patiño <jose.lpa@gmail.com>
Co-authored-by: Michael <michael-k@users.noreply.github.com>
Co-authored-by: Yan QiDong <yanqd0@outlook.com>

* Corrected pypi picky RST rendering

Co-authored-by: José L. Patiño <jose.lpa@gmail.com>
Co-authored-by: Michael <michael-k@users.noreply.github.com>
Co-authored-by: Yan QiDong <yanqd0@outlook.com>
carsongee added a commit that referenced this pull request Mar 18, 2020
* Release 0.15.0 (#110)

* Implemented option to output Pylint results to a reports file. (#100)

* Implemented option to output Pylint results to a reports file.

* Removed comment left in code.

* Fixed string for Python 2.x support.

* Fixed parameters differing in `PyLintItem.repr_failure` method.

* Fixed file path in unit test.

* Fixed unused argument `style` in `PylintItem.repr_failure`.

* Fixed Python 2.7 Pylint error.

* Improved `PyLintItem.runtest` function.

* Disabling Pylint check due to Python 2 multiple inheritance differences.

* Added support for newer docstring warning (#103)

* Add support for Python 3.8 (#104)

* Require Python 3.5+ (#106)

This also bumps pytest's and pylint's minimal version to the first one
with Python-3-only support.

See also https://docs.pytest.org/en/latest/py27-py34-deprecation.html

* Add ::PYLINT in pytest verbose mode (#101)

* Dismiss a PytestUnknownMarkWarning

* Add ::PYLINT in pytest verbose mode

* Refactor and release notes (#109)

* Removed passing pylint ignores (#111)

Closes #105

Co-authored-by: José L. Patiño <jose.lpa@gmail.com>
Co-authored-by: Michael <michael-k@users.noreply.github.com>
Co-authored-by: Yan QiDong <yanqd0@outlook.com>

* Corrected pypi picky RST rendering

* Corrected issue with disable mode (#115)

Closes #114

Co-authored-by: José L. Patiño <jose.lpa@gmail.com>
Co-authored-by: Michael <michael-k@users.noreply.github.com>
Co-authored-by: Yan QiDong <yanqd0@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants