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

Remove deprecated --excluded-target-regexp, --files-not-found-behavior, and --owners-not-found-behavior global options #15929

Merged
merged 5 commits into from
Jun 24, 2022

Commits on Jun 24, 2022

  1. Remove --exclude-target-regexp

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    Eric-Arellano committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ee86bf6 View commit details
    Browse the repository at this point in the history
  2. Remove --files-not-found-behavior

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    7ac6508 View commit details
    Browse the repository at this point in the history
  3. Remove --owners-not-found-behavior and fix performance issue

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    37e070f View commit details
    Browse the repository at this point in the history
  4. Fix fmt

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    8175dfc View commit details
    Browse the repository at this point in the history
  5. Fix tests

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c1da34b View commit details
    Browse the repository at this point in the history