Index: pkg/front_end/.analysis_options |
diff --git a/pkg/front_end/.analysis_options b/pkg/front_end/.analysis_options |
index 61936d8ce50b96d5f5e320b37789a19ebca40b02..faf4436c533cbd97837e7082e637de81b0754bc0 100644 |
--- a/pkg/front_end/.analysis_options |
+++ b/pkg/front_end/.analysis_options |
@@ -21,3 +21,5 @@ analyzer: |
# Allow deprecated calls (although it would be nice to have a distinction |
# between internal and external deprecated calls). |
deprecated_member_use: ignore |
+ exclude: |
+ - test/fasta/** |