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

Merge from master #550

Merged
merged 344 commits into from
Dec 5, 2024
Merged

Merge from master #550

merged 344 commits into from
Dec 5, 2024

Conversation

ikostan
Copy link
Member

@ikostan ikostan commented Dec 5, 2024

No description provided.

ikostan and others added 30 commits November 14, 2024 19:25
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 17 to 18.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v17...v18)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.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@v4.6.0...v5.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…-github/workflows/DavidAnson/markdownlint-cli2-action-18

Bump DavidAnson/markdownlint-cli2-action from 17 to 18 in /.github/workflows
…-github/workflows/codecov/codecov-action-5.0.2

Bump codecov/codecov-action from 4.6.0 to 5.0.2 in /.github/workflows
ikostan and others added 23 commits December 4, 2024 19:46
kyu_3/battleship_field_validator/test_battleship_validator.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_3/line_safari_is_that_a_line/test_line_positive.py:34 in public method `test_line_positive`:
        D202: No blank lines allowed after function docstring (found 1)

        There's no blank line either before or after the docstring unless directly
        followed by an inner function or class.
./kyu_3/line_safari_is_that_a_line/test_line_negative.py:42:1: W293 blank line contains whitespace
        """
        Testing Line Safari functionality.

        Negative test cases.
        :return:
        """
^
kyu_3/line_safari_is_that_a_line/line_safari.py:1 at module level:
        D400: First line should end with a period (not '?')

        The [first line of a] docstring is a phrase ending in a period.
kyu_3/line_safari_is_that_a_line/test_walker.py:30 in public class `WalkerClassTestCase`:
        D200: One-line docstring should fit on one line with quotes (found 3)

        The closing quotes are on the same line as the opening quotes.
        This looks better for one-liners.
kyu_3/line_safari_is_that_a_line/test_walker.py:30 in public class `WalkerClassTestCase`:
        D204: 1 blank line required after class docstring (found 0)

        Insert a blank line before and after all docstrings (one-line or
        multi-line) that document a class -- generally speaking, the class's
        methods are separated from each other by a single blank line, and the
        docstring needs to be offset from the first method by a blank line;
        for symmetry, put a blank line between the class header and the
        docstring.
./kyu_3/line_safari_is_that_a_line/test_walker.py:31:1: W293 blank line contains whitespace
./kyu_3/line_safari_is_that_a_line/walker_class.py:222:5: E303 too many blank lines (2)
    def __test_down(self) -> bool:
    ^
./kyu_3/line_safari_is_that_a_line/walker_class.py:228:5: E303 too many blank lines (2)
    def __test_left(self) -> bool:
    ^
./kyu_3/line_safari_is_that_a_line/walker_class.py:234:5: E303 too many blank lines (2)
    def __test_right(self) -> bool:
    ^
Merge pull request #548 from iKostanOrg/master + pydocstyle implementation
@github-advanced-security
Copy link

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.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request #550 has too many files changed.

We can only review pull requests with up to 300 changed files, and this pull request has 2211.

@ikostan ikostan merged commit bb73951 into kyu4 Dec 5, 2024
22 of 23 checks passed
ikostan added a commit that referenced this pull request Dec 8, 2024
Pydocstyle + Merge pull request #550 from iKostanOrg/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant