-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merge from master #572
Merge from master #572
Conversation
kyu_6/array_diff/solution.py:10 in public function `array_diff`: D205: 1 blank line required between summary line and description (found 0) Multi-line docstrings consist of a summary line just like a one-line docstring, followed by a blank line, followed by a more elaborate description. The summary line may be used by automatic indexing tools; it is important that it fits on one line and is separated from the rest of the docstring by a blank line. kyu_6/array_diff/solution.py:10 in public function `array_diff`: D400: First line should end with a period (not 'e') The [first line of a] docstring is a phrase ending in a period.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
kyu_6/rotate_the_letters_of_each_element/group_cities.py:10 in public function `group_cities`: D401: First line should be in imperative mood (perhaps 'Group', not 'Grouping') [Docstring] prescribes the function or method's effect as a command: ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
kyu_6/a_rule_of_divisibility_by_13/thirt.py:1 at module level: D205: 1 blank line required between summary line and description (found 0) Multi-line docstrings consist of a summary line just like a one-line docstring, followed by a blank line, followed by a more elaborate description. The summary line may be used by automatic indexing tools; it is important that it fits on one line and is separated from the rest of the docstring by a blank line. kyu_6/a_rule_of_divisibility_by_13/thirt.py:1 at module level: D400: First line should end with a period (not '3') The [first line of a] docstring is a phrase ending in a period. kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`: D205: 1 blank line required between summary line and description (found 0) Multi-line docstrings consist of a summary line just like a one-line docstring, followed by a blank line, followed by a more elaborate description. The summary line may be used by automatic indexing tools; it is important that it fits on one line and is separated from the rest of the docstring by a blank line. kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`: D400: First line should end with a period (not 's') The [first line of a] docstring is a phrase ending in a period. kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`: D401: First line should be in imperative mood; try rephrasing (found 'The') [Docstring] prescribes the function or method's effect as a command: ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...". kyu_6/rotate_the_letters_of_each_element/group_cities.py:10 in public function `group_cities`: D401: First line should be in imperative mood (perhaps 'Group', not 'Grouping') [Docstring] prescribes the function or method's effect as a command: ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
Merge pull request #570 from iKostanOrg/master
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request #572 has too many files changed.
We can only review pull requests with up to 300 changed files, and this pull request has 2865.
Merge pull request #572 from iKostanOrg/master
No description provided.