Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solid-software/solid_lints
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: solid-software/solid_lints
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 4 commits
  • 23 files changed
  • 4 contributors

Commits on Apr 24, 2025

  1. feat(no_empty_block): add allow_comments (#203)

    * feat(no_empty_block): add allow_comments
    
    allows excluding methods that contain any comments
    
    * test(no_empty_block): add test case for nested if else with comment
    
    * Add version 0.4.0 changelog
    Andrew-Bekhiet authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    76546be View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Make it possible to exclude extensions, entities and mixins from `pre…

    …fer_match_file_name` rule (#206)
    iimironchuk authored May 5, 2025
    Configuration menu
    Copy the full SHA
    7770a13 View commit details
    Browse the repository at this point in the history
  2. Add extensions support for avoid_using_api (#208)

    * lint is working for extensions
    
    * test case for avoid_using_api
    
    * avoid_using_api works with getters + cleared test case
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * simplify
    
    * fmt
    
    ---------
    
    Co-authored-by: Yurii Prykhodko <144313329+yurii-prykhodko-solid@users.noreply.github.com>
    Co-authored-by: Yurii Prykhodko <yuriiprykhodko@Yuriis-MacBook-Pro.local>
    3 people authored May 5, 2025
    Configuration menu
    Copy the full SHA
    fc3ff62 View commit details
    Browse the repository at this point in the history
  3. set upcoming version 0.3.1

    Yurii Prykhodko authored and Yurii Prykhodko committed May 5, 2025
    Configuration menu
    Copy the full SHA
    6992bc3 View commit details
    Browse the repository at this point in the history
Loading