Skip to content

Commit 29bc169

Browse files
authored
fix: make poetry an experimental detector (#179)
#167 enabled the poetry detector by default. We don't want to globally enable it yet, but instead move from an opt-in to an experimental detector.
1 parent c259c43 commit 29bc169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.ComponentDetection.Detectors/poetry/PoetryComponentDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Microsoft.ComponentDetection.Detectors.Poetry
1313
{
1414
[Export(typeof(IComponentDetector))]
15-
public class PoetryComponentDetector : FileComponentDetector
15+
public class PoetryComponentDetector : FileComponentDetector, IExperimentalDetector
1616
{
1717
public override string Id => "Poetry";
1818

0 commit comments

Comments
 (0)