Add testcheck for Subnet Route For single/multiple Subnet On
[integration/test.git] / .coafile
index f4efdb9c96684083f1dc779bf99f9c13abe531b5..af63ba1eb80a9939cdce7cd366af7706a1b13158 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,18 +1,10 @@
-[GitCommit]
-bears = GitCommitBear
-ignore_length_regex = Signed-off-by,
-    Also-by,
-    Co-authored-by,
-    http://,
-    https://
+[reStructuredText]
+bears = RSTcheckBear
+files = **.rst
+ignore = .**
 
 [Python]
 bears = PEP8Bear
 files = **/*.py
 ignore = .*/**
 max_line_length = 120
-
-[reStructuredText]
-bears = RSTcheckBear
-files = **.rst
-ignore = .**