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: master
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: analysis_server_migration
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 26 files changed
  • 3 contributors

Commits on Apr 15, 2026

  1. Migrate/avoid global state (#227)

    * Add analysis_server_plugin dependency
    
    * Migrate avoid_global_state rule and tests
    
    * applied code review suggestions
    
    * applied suggestions from code review
    
    * edited main documentation and changed avoid_global_state visitor naming
    Islam-Shaaban-Ibrahim authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    9b70b6e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. migrated avoid non null assertion rule and tests (#230)

    * migrated avoid non null assertion rule and tests
    
    * applied code review suggestions
    
    * applied code review suggestions  regarding  making lintCode private
    Islam-Shaaban-Ibrahim authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    87f0bd5 View commit details
    Browse the repository at this point in the history
  2. Migrate/avoid debug print in release mode (#228)

    * Add analysis_server_plugin dependency
    
    * Migrate avoid_global_state rule and tests
    
    * applied code review suggestions
    
    * applied code review suggestions
    
    * applied suggestions from code review
    
    * migrated avoid debug print in release and tests
    
    * edited main documentation and changed avoid_global_state visitor naming
    
    * fixed main.dart conflict
    
    * applied suggestions from review
    
    * refactored code according to suggestions from review
    
    * applied code review suggestions
    
    * applied latest changes according to code review
    
    * remove unnecessary comments in AvoidDebugPrintInReleaseVisitor
    Islam-Shaaban-Ibrahim authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    1119f5c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Migrate/proper super calls (#229)

    * Migrate avoid_global_state rule and tests
    
    * applied code review suggestions
    
    * migrated avoid debug print in release and tests
    
    * applied suggestions from code review
    
    * edited main documentation and changed avoid_global_state visitor naming
    
    * migrated proper super calls rule and tests
    
    * registered ProperSuperCallsRule in the Plugin
    
    * applied code review suggestions
    
    * Fix tests structure
    
    * Remove unnecessary file
    
    ---------
    
    Co-authored-by: vova-beloded-solid <[email protected]>
    Islam-Shaaban-Ibrahim and solid-vovabeloded authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    04a0112 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Migrated prefer_early_return and its tests (#233)

    * Updated prefer_early_return rule and its visitor to use AnalysisRule .
    
    * Added tests and fixed visitor for prefer early return
    
    * Added the suggested changes
    Dariaa14 authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    7a8bcfe View commit details
    Browse the repository at this point in the history
Loading