Skip to content

🪲 [Fix]: Fix linter settings and docs#31

Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
fixDocs
Oct 6, 2025
Merged

🪲 [Fix]: Fix linter settings and docs#31
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
fixDocs

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Oct 6, 2025

This pull request makes a minor configuration change to the .github/PSModule.yml file, specifically related to the linter environment settings. No other significant changes are included.

  • Disabled VALIDATE_BIOME_FORMAT in the linter environment by setting it to false.

Copilot AI review requested due to automatic review settings October 6, 2025 21:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR standardizes the module name and command naming from AST to Ast throughout the codebase to align with PowerShell naming conventions, and adds a linter configuration to disable Biome format validation.

  • Updated module name from AST to Ast in documentation and installation instructions
  • Renamed all function references from Get-AST* to Get-Ast* in test files
  • Added VALIDATE_BIOME_FORMAT: false to linter environment configuration

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
README.md Updated module name and function references from AST to Ast
tests/AST.Tests.ps1 Updated all test function calls and descriptions to use Ast naming
tests/src/Test-Function.ps1 Updated comment to reflect new AstCommand naming
.github/PSModule.yml Added Biome format validation disable flag to linter config

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit f3df821 into main Oct 6, 2025
38 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 6, 2025

Module Ast - 0.4.8 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 6, 2025

GitHub release for Ast v0.4.8 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants