Add support for Python 3.14 #936
reviewdog [vale] report
reported by reviewdog 🐶
Findings (6)
doc/source/contributing.rst|6 col 1| [Google.We] Try to avoid using first-person plural like 'We'.
doc/source/contributing.rst|9 col 28| [Google.We] Try to avoid using first-person plural like 'we'.
doc/source/index.rst|85 col 64| [Google.Will] Avoid using 'will'.
doc/source/user_guide/howto/copy_objects.rst|398 col 249| [Google.Will] Avoid using 'will'.
doc/source/user_guide/howto/copy_objects.rst|789 col 105| [Google.Colons] ': S' should be in lowercase.
doc/source/user_guide/compatibility.rst|24 col 1| [Google.Headings] 'Added in 2025R2' should use sentence-style capitalization.
Filtered Findings (0)
Annotations
Check warning on line 6 in doc/source/contributing.rst
github-actions / vale
[vale] doc/source/contributing.rst#L6
[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "doc/source/contributing.rst", "range": {"start": {"line": 6, "column": 1}}}, "severity": "WARNING"}
Check warning on line 9 in doc/source/contributing.rst
github-actions / vale
[vale] doc/source/contributing.rst#L9
[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "doc/source/contributing.rst", "range": {"start": {"line": 9, "column": 28}}}, "severity": "WARNING"}
Check warning on line 85 in doc/source/index.rst
github-actions / vale
[vale] doc/source/index.rst#L85
[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/index.rst", "range": {"start": {"line": 85, "column": 64}}}, "severity": "WARNING"}
Check warning on line 398 in doc/source/user_guide/howto/copy_objects.rst
github-actions / vale
[vale] doc/source/user_guide/howto/copy_objects.rst#L398
[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/user_guide/howto/copy_objects.rst", "range": {"start": {"line": 398, "column": 249}}}, "severity": "WARNING"}
Check warning on line 789 in doc/source/user_guide/howto/copy_objects.rst
github-actions / vale
[vale] doc/source/user_guide/howto/copy_objects.rst#L789
[Google.Colons] ': S' should be in lowercase.
Raw output
{"message": "[Google.Colons] ': S' should be in lowercase.", "location": {"path": "doc/source/user_guide/howto/copy_objects.rst", "range": {"start": {"line": 789, "column": 105}}}, "severity": "WARNING"}
Check warning on line 24 in doc/source/user_guide/compatibility.rst
github-actions / vale
[vale] doc/source/user_guide/compatibility.rst#L24
[Google.Headings] 'Added in 2025R2' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Added in 2025R2' should use sentence-style capitalization.", "location": {"path": "doc/source/user_guide/compatibility.rst", "range": {"start": {"line": 24, "column": 1}}}, "severity": "WARNING"}