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 docs for contributing and private items #26

Merged
merged 9 commits into from
Jun 14, 2023

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    4b97279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87754b5 View commit details
    Browse the repository at this point in the history
  3. ✏️ fix the title

    AucaCoyan committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    6c57961 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

  1. revert the Discord link change from c1f18dd

    actually there are link *variables* at the bottom of the document
    which makes it easier to read i think and the link to the `#nufmt`
    channel is wrong:
    - https://discord.com/channels/601130461678272522/1117921521520873623 is
      the new `#nufmt` channel
    - https://discord.com/channels/601130461678272522/1087437882396004442
      was the link of the closed `#nufmt` threads under the `#general`
      channel
    amtoine committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9123aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b11060 View commit details
    Browse the repository at this point in the history
  3. refactor the toolkit

    - break long lines
    - remove the report commands as it's supposed to be used by the `check pr`
      command of the Nushell toolkit
    - remove the `--dataframe` options as we do not have any feature here
      and especially not the *dataframe* one
    - default to always using `--workspace` or `--all`
    - remove the inline doc to `cargo clippy`: it can be accessed with
      `cargo help clippy`
    - put the same *Clippy* rules as in the CI and on multiple lines
    amtoine committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6dee590 View commit details
    Browse the repository at this point in the history