gjd6640 / sonar-text-plugin

A free and open-source plugin for SonarSource's Sonarqube product that lets you create rules to flag issues in text files.
Apache License 2.0
23 stars 4 forks source link

How can I match files in multiple formats? #23

Open BirdLearn opened 2 years ago

BirdLearn commented 2 years ago

I found that the plugin uses the ant style to find the files that need to be scanned. How can I match files in multiple formats? For example I only need to scan files in .py or .go format

image