index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
test
/
extensions
/
test_check_docs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1
-2191
/
+0
*
Style - Re-Apply black following the isort cleanup
Pierre Sassoulas
2019-03-20
1
-3
/
+3
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-4
/
+3
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-2
/
+4
*
Take annotations in account for missing-type-doc and missing-return-doc
Sushobhit
2018-05-19
1
-0
/
+158
*
Relaxed docstring checks for abstract methods
Ashley Whetter
2018-05-07
1
-0
/
+111
*
Ignore 'optional' type specifier for google docstring (#2023)
Adrian Chirieac
2018-04-24
1
-0
/
+21
*
Fixed false positive when a numpy Attributes section follows a Parameters sec...
Ashley Whetter
2018-02-16
1
-0
/
+23
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-1
/
+6
*
Fixed false positive for compact argument docs with container types
Ashley Whetter
2017-11-11
1
-3
/
+25
*
Fixed masking of docparam test failures
Ashley Whetter
2017-11-11
1
-4
/
+4
*
Support for Google docstring Keyword Args sections (#1664)
hippo91
2017-09-17
1
-0
/
+57
*
Allow simple xrefs for types in docstrings (#1602)
Mitar
2017-08-25
1
-0
/
+41
*
fixup! Added docparams property tests
Ashley Whetter
2017-07-08
1
-10
/
+76
*
Added docparams property tests
Ashley Whetter
2017-07-08
1
-0
/
+332
*
docparams checks for errors in a setters property docstring
Ashley Whetter
2017-07-08
1
-0
/
+15
*
docparams now ignores "optional" specifier on parameter docs (#1391)
Ashley Whetter
2017-03-31
1
-0
/
+22
*
Split missing+differing docstring param checks (#1344)
John Paraskevopoulos
2017-03-11
1
-13
/
+37
*
Can detect multiple types in docstring type fields (#1294)
Ashley Whetter
2017-01-27
1
-0
/
+65
*
Remove pytest.main calls.
Derek Gustafson
2016-12-07
1
-4
/
+0
*
Reduce dependency on unittest
Derek Gustafson
2016-12-06
1
-4
/
+5
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+5
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Recognize multiple valid keyword synonyms, supported by Sphinx
Glenn Matthews
2016-07-18
1
-3
/
+3
*
Fix false positive for missing-[type,param]-doc (#1006)
Glenn Matthews
2016-07-15
1
-1
/
+54
*
Move the docstring param checker to docparams.py.
Claudiu Popa
2016-06-30
1
-1
/
+1
*
Rename the docstring parameter checker to something that suggest more clearly...
Claudiu Popa
2016-06-30
1
-2
/
+2
*
Use astroid.extract_node instead of test_utils.extract_node
Claudiu Popa
2016-06-29
1
-43
/
+42
*
Fixed qualified type detection in sphinx docstrings
Ashley Whetter
2016-06-25
1
-7
/
+12
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-0
/
+3
*
Check docs improvements (#918)
Ashley Whetter
2016-05-30
1
-0
/
+248
*
Added a new extension for checking documented exceptions raised (#904)
Ashley Whetter
2016-05-20
1
-10
/
+3
*
[ADD] check_docs can find constructor parameters in __init__ (#887)
Ashley Whetter
2016-04-30
1
-0
/
+259
*
Take in account kwonlyargs when verifying that arguments are defined
Claudiu Popa
2016-01-09
1
-0
/
+22
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-18
/
+18
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-2
/
+2
*
Revert drone.io test change, add test.extensions.__init__.
Claudiu Popa
2015-05-11
1
-1
/
+0
*
Test drone.io misbehaviour.
Claudiu Popa
2015-05-11
1
-0
/
+1
*
Move extensions/test to pylint.test, so they could be tested along with the r...
Claudiu Popa
2015-05-10
1
-0
/
+644