guibranco / PIX-BACEN-SDK-dotnet

๐Ÿ‡ง๐Ÿ‡ท :bank: :gear: PIX/SPI contracts from @bacen/pix-api/
https://guibranco.github.io/PIX-BACEN-SDK-dotnet/
MIT License
20 stars 7 forks source link

Add C# project configuration file `.csharpierrc.yaml #123

Closed guibranco closed 2 weeks ago

guibranco commented 2 weeks ago

Description


Changes walkthrough ๐Ÿ“

Relevant files
Configuration changes
.csharpierrc.yaml
Add C# project configuration file                                               

.csharpierrc.yaml
  • Created a new configuration file for C# project.
  • Set the endOfLine property to auto.
  • +1/-0     
    penify-dev[bot] commented 2 weeks ago

    PR Review ๐Ÿ”

    โฑ๏ธ Estimated effort to review [1-5] 1, because the changes are minimal and involve the addition of a single configuration file with a straightforward setting.
    ๐Ÿงช Relevant tests No
    โšก Possible issues No
    ๐Ÿ”’ Security concerns No
    penify-dev[bot] commented 2 weeks ago

    PR Code Suggestions โœจ

    CategorySuggestion                                                                                                                                    Score
    Best practice
    Add an indentation specification for better consistency ___ **Consider specifying the indent property to ensure consistent indentation across different
    editors and environments.** [.csharpierrc.yaml [1]](https://github.com/guibranco/PIX-BACEN-SDK-dotnet/pull/123/files#diff-d347a62a855791e5d69a0bef8e33c2eafc7d4406c52535d51f1a15a0ed667dd1R1-R1) ```diff endOfLine: auto +indent: 2 ```
    Suggestion importance[1-10]: 3 Why: While specifying the `indent` property can improve consistency, the current change is minimal and does not address a critical issue. The suggestion is valid but not crucial for the functionality of the configuration.
    3
    codacy-production[bot] commented 2 weeks ago

    Coverage summary from Codacy

    See diff coverage on Codacy

    Coverage variation Diff coverage
    :white_check_mark: +0.00% (target: -1.00%) :white_check_mark: โˆ…
    Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (d8eb6a6ae6276da54ec667e2d2a9d4f51dddcaf5) | 75 | 1 | 1.33% | | | Head commit (ae0ac7510066c3e03c01a2ec708bede70b939b8f) | 75 (+0) | 1 (+0) | 1.33% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
    Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#123) | 0 | 0 | **โˆ… (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

    See your quality gate settings    Change summary preferences

    Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

    AppVeyorBot commented 2 weeks ago

    :white_check_mark: Build PIX-BACEN-SDK-dotnet 1.1.340 completed (commit https://github.com/guibranco/PIX-BACEN-SDK-dotnet/commit/49f3b4e5c3 by @guibranco)

    codecov[bot] commented 2 weeks ago

    Codecov Report

    All modified and coverable lines are covered by tests :white_check_mark:

    Project coverage is 1.33%. Comparing base (d8eb6a6) to head (ae0ac75). Report is 1 commits behind head on main.

    Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ===================================== Coverage 1.33% 1.33% ===================================== Files 17 17 Lines 75 75 ===================================== Hits 1 1 Misses 74 74 ```

    :umbrella: View full report in Codecov by Sentry.
    :loudspeaker: Have feedback on the report? Share it here.

    github-actions[bot] commented 2 weeks ago

    Infisical secrets check: :white_check_mark: No secrets leaked!

    Scan results:

    1:32PM INF scanning for exposed secrets...
    1:32PM INF 147 commits scanned.
    1:32PM INF scan completed in 104ms
    1:32PM INF no leaks found
    
    sonarcloud[bot] commented 2 weeks ago

    Quality Gate Passed Quality Gate passed

    Issues
    0 New issues
    0 Accepted issues

    Measures
    0 Security Hotspots
    0.0% Coverage on New Code
    0.0% Duplication on New Code

    See analysis details on SonarCloud

    AppVeyorBot commented 2 weeks ago

    :white_check_mark: Build PIX-BACEN-SDK-dotnet 1.1.361 completed (commit https://github.com/guibranco/PIX-BACEN-SDK-dotnet/commit/9999a18807 by @gstraccini[bot])