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

Linter: Prepare the ink_linting crates for publishing #2060

Merged
merged 12 commits into from
Jan 15, 2024

Commits on Jan 11, 2024

  1. feat: Use custom clippy_utils

    We need this in order to publish `ink_linting` crates on crates.io,
    because all the dependencies must be published as well.
    jubnzv committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d7a0d6b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    28ef67d View commit details
    Browse the repository at this point in the history
  2. feat(all): Use parity-clippy-utils

    This is necessary, because we need all the dependencies available on
    crates.io to publish our crates.
    jubnzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cff5707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5120dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e5be12 View commit details
    Browse the repository at this point in the history
  5. chore: s/ink_utils/ink_linting_utils/g

    To clarify the crate name when publishing on crates.io.
    jubnzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7fab833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b977fc7 View commit details
    Browse the repository at this point in the history
  7. chore: Fix typo

    jubnzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2ebfbc7 View commit details
    Browse the repository at this point in the history
  8. chore(mandatory): Set explicit versions of the ink! deps

    Needed to use `cargo publish`
    jubnzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ad3105c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e882981 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1614cfa View commit details
    Browse the repository at this point in the history
  11. chore: Add the changelog entry

    jubnzv committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9a113ea View commit details
    Browse the repository at this point in the history