a1dancole / OpenAI-Code-Review

The OpenAI Code Review extension enables Azure DevOps teams to seamlessly integrate Open AI into their Azure DevOps pull requests, providing automated code analysis to enhance the code review process
MIT License
18 stars 13 forks source link

Ability to wildcard ignore file types #2

Open a1dancole opened 8 months ago

a1dancole commented 8 months ago

Feature Description

To improve the ability of the extension to only perform reviews on the files that a project cares about it will be beneficial to specify an ignore white list that allows wildcards, much like the include files works.

Motivation

In order to narrow down the files that are reviewed during a Pull Request

Proposed Implementation

This would work much like the include file wildcards, but instead remove files from the array of files to review.

Impact on Existing Functionality

This would need reviewing with the existing include logic, what takes priority, excludes or includes?