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 four new file(types) in the automatically supported files #997

Merged
merged 5 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. Support .bats from Bash Automated Testing System

    .bats file are the tests in which you test your bash scripts.
    
    Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
    waterkip authored and carmenbianca committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9b26d0c View commit details
    Browse the repository at this point in the history
  2. Support .t files for perl tests file

    In perl files which have the .t extension are testfiles, support this
    
    Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
    waterkip authored and carmenbianca committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a48e260 View commit details
    Browse the repository at this point in the history
  3. A .taprc file is the configuration file for node-tap

    This file is a YAML like file and can be supported by python style
    comments
    
    Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
    waterkip authored and carmenbianca committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bdc5580 View commit details
    Browse the repository at this point in the history
  4. Support .zshrc

    I saw .bashrc is supported and as a zsh user I'd like zsh support :)
    
    Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
    waterkip authored and carmenbianca committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    01155cb View commit details
    Browse the repository at this point in the history
  5. Add change log entry

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    feee4a9 View commit details
    Browse the repository at this point in the history