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

Introduce Clippy Github Actions #439

Merged
merged 19 commits into from
Oct 28, 2019
Merged

Introduce Clippy Github Actions #439

merged 19 commits into from
Oct 28, 2019

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    6bd7cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d0d404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f72f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b7fcc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. fix syntax error

    (don't edit files on the go on iPhone, really doesnt work)
    kinggoesgaming authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7fb400f View commit details
    Browse the repository at this point in the history
  2. fix the clippy errors

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    5f92acd View commit details
    Browse the repository at this point in the history
  3. fix format issues

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b04bf46 View commit details
    Browse the repository at this point in the history
  4. fix format issues v2

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a76ca31 View commit details
    Browse the repository at this point in the history
  5. better names

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    c53c8a5 View commit details
    Browse the repository at this point in the history
  6. test clippy-check action for windows

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7950543 View commit details
    Browse the repository at this point in the history
  7. remove the token arg

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ef18ff1 View commit details
    Browse the repository at this point in the history
  8. add token and test

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4fa1652 View commit details
    Browse the repository at this point in the history
  9. fix secret

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a457cb1 View commit details
    Browse the repository at this point in the history
  10. TOKEN not SECRET

    kinggoesgaming authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    a2142fb View commit details
    Browse the repository at this point in the history
  11. proper test case

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ef3a5b7 View commit details
    Browse the repository at this point in the history
  12. fix clippy so that warnings don't just pass

    Signed-off-by: Hunar Roop Kahlon <[email protected]>
    kinggoesgaming committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    401ced9 View commit details
    Browse the repository at this point in the history
  13. revert from using clippy-check

    Currently it is broken and we can probably just leave with manually checking clippy output
    kinggoesgaming authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    83b89e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1fdca3b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

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