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 if some naming conventions are respected #99

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2023

  1. FileConventions.Test: add failing test

    Add failing test for DetectNotUsingSnakeCaseInScriptName
    function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5cfecd5 View commit details
    Browse the repository at this point in the history
  2. FileConventions: implement function

    Implement DetectNotUsingSnakeCaseInScriptName function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    81850f6 View commit details
    Browse the repository at this point in the history
  3. FileConventions.Test: add another test

    Add test for DetectNotUsingSnakeCaseInScriptName function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    82f844a View commit details
    Browse the repository at this point in the history
  4. FileConventions.Test: add failing test

    Add failing test for DetectNotUsingSnakeCaseInScriptName
    function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8bbe614 View commit details
    Browse the repository at this point in the history
  5. FileConventions: fix the function

    Fix DetectNotUsingSnakeCaseInScriptName function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ccc72d7 View commit details
    Browse the repository at this point in the history
  6. FileConventions.Test: add failing test

    Add failing test for DetectNotUsingKebabCaseInGitHubCIJobs
    function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    674d4f7 View commit details
    Browse the repository at this point in the history
  7. FileConventions: implement the function

    Implement DetectNotUsingKebabCaseInGitHubCIJobs function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    50de519 View commit details
    Browse the repository at this point in the history
  8. FileConventions.Test: add more tests

    Add tests for DetectNotUsingKebabCaseInGitHubCIJobs
    function.
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c1901e1 View commit details
    Browse the repository at this point in the history
  9. scripts: add new script

    Add not_respecting_some_naming_conventions.fsx script to
    detect if some naming conventions are respected.
    
    Fixes nblockchain#93
    tehraninasab committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0090339 View commit details
    Browse the repository at this point in the history