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

Add a [lints] table to Cargo.toml #3389

Merged
merged 64 commits into from
May 9, 2023
Merged

Add a [lints] table to Cargo.toml #3389

merged 64 commits into from
May 9, 2023

Commits on Feb 14, 2023

  1. chore: Start manifest-lint RFC

    epage committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b80c2ff View commit details
    Browse the repository at this point in the history
  2. feat: Start manifest-lint RFC

    epage committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    28f51c3 View commit details
    Browse the repository at this point in the history
  3. fix: Remove stray paren

    epage committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6ac518e View commit details
    Browse the repository at this point in the history
  4. fix: Pluralize the table

    epage committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    aa8695b View commit details
    Browse the repository at this point in the history
  5. fix: Make lints table top-level

    epage committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    680fe11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    054de51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3796056 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    cfbd231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57a510 View commit details
    Browse the repository at this point in the history
  3. fix: Apply ehuss' feedback

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    42010e8 View commit details
    Browse the repository at this point in the history
  4. fix: Add RFC number

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b79b792 View commit details
    Browse the repository at this point in the history
  5. fix: Link out to rubocop

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4f4107f View commit details
    Browse the repository at this point in the history
  6. fix: Typos

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    bf6d9fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d136690 View commit details
    Browse the repository at this point in the history
  8. fix: Typo

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    75198c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a267a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c726cf3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    508e92f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c7ef77 View commit details
    Browse the repository at this point in the history
  13. fix: Update to lints.tool.lint

    epage committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    4bfc545 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8071a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    1e43928 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. fix: Update for latest conversation

    Note the confusion over rustfmt not reading `package.edition`.
    
    Take a stab at resolving rustfmt by saying "no" and documenting it under
    alternatives.
    
    Be explicit on fingerprinting behavior and leave it out of the
    Unresolved section.
    epage committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3cd6125 View commit details
    Browse the repository at this point in the history
  2. fix: Typo

    epage committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b02771a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a70d45 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    08f7190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d81bf1 View commit details
    Browse the repository at this point in the history
  3. fix: Some TOML formatting

    epage committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    31c9587 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    cf9a148 View commit details
    Browse the repository at this point in the history
  2. fix: Typo

    Co-authored-by: teor <teor@riseup.net>
    epage and teor2345 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1adde1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78083ed View commit details
    Browse the repository at this point in the history
  4. fix: Typos

    epage committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    72cdd44 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fix: Spelling and language

    epage committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7073266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b0b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a270d28 View commit details
    Browse the repository at this point in the history
  4. fix: Typo

    epage committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    78ab70d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    cf93e59 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. fix: Isolate array precedence

    epage committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e92a52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef224ec View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef4a490 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    86932bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5afa0cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a54d985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de44058 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1557767 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1230cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f5f873 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3543967 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    45766c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    fbf6f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935593f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    c3f932c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    e73e6b9 View commit details
    Browse the repository at this point in the history
  2. fix: Add high-level guidance

    epage committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    d32801b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330782a View commit details
    Browse the repository at this point in the history
  4. fix: Rewrite :: section

    epage committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9cbc977 View commit details
    Browse the repository at this point in the history
  5. fix: Typos

    epage committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2f1b799 View commit details
    Browse the repository at this point in the history
  6. fix: Expand the schema section

    epage committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    660bcdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28f14ef View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    51f4984 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    2b10a5e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    4cb8421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47520f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Add tracking issue.

    ehuss committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7aab0bd View commit details
    Browse the repository at this point in the history