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

refactor: move fixer to RuleCore #860

Merged
merged 6 commits into from
Jan 15, 2024
Merged

refactor: move fixer to RuleCore #860

merged 6 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    5389e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe7e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c94f59e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bf035b View commit details
    Browse the repository at this point in the history
  5. feat: move fixer to RuleCore

    BREAKING CHANGE: RuleConfig.fixer is not available now.
    Use RuleConfig.matcher.fixer instead.
    HerringtonDarkholme committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    315f40a View commit details
    Browse the repository at this point in the history
  6. refactor: rename RuleWithConstraints to RuleCore

    BREAKING CHANGE: RuleCore is the new name of RuleWithConstraints.
    The renaming reflects RuleCore = Rule + trans + fix + constraints.
    
    fix #862
    HerringtonDarkholme committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    da7010b View commit details
    Browse the repository at this point in the history