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

Detect non-verbose flags being used in F# scripts or YML CI files #91

Merged

Commits on Jul 5, 2023

  1. FileConventions: add failing test

    Add tests for NonVerboseFlagsInGitHubCI function.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0236c98 View commit details
    Browse the repository at this point in the history
  2. FileConventions: implement the function

    Implement NonVerboseFlagsInGitHubCI function.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    76c2083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840a2fa View commit details
    Browse the repository at this point in the history
  4. FileConvention: fix the function

    Fix NonVerboseFlagsInGitHubCI function.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4d67423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ee086 View commit details
    Browse the repository at this point in the history
  6. FileConventions: cover .sh and .fs files

    Cover .sh and .fs files in NonVerboseFlagsInGitHubCI.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    885049d View commit details
    Browse the repository at this point in the history
  7. scripts: add a script to detect non-verbose flags

    Detect non-verbose flags in .yml, .sh, .fs and .fsx files.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    abfeb76 View commit details
    Browse the repository at this point in the history
  8. GitHubCI: run the script

    Run nonVerboseFlagsInGitHubCIAndFsharpScripts.fsx script and
    convert non-verbose flags to verbose flags.
    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3f751c1 View commit details
    Browse the repository at this point in the history
  9. ReadMe: update

    tehraninasab committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    baf66fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad5e01d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d8681e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61d4b00 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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