Commit 6a190e3 1 parent 4487b38 commit 6a190e3 Copy full SHA for 6a190e3
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ CheckMailto: false
8
8
TestFilesConcurrently : true
9
9
IgnoreDirs :
10
10
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
11
+ - ^blog/(\d+/)?page/\d+
11
12
# TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
12
13
- ^ja/docs/concepts/instrumentation/libraries/
13
14
# TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for pt pages:
14
15
- ^pt/docs/concepts/instrumentation/libraries/
15
- - ^blog/(\d+/)?page/\d+
16
16
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
17
17
IgnoreInternalURLs : # list of paths
18
18
IgnoreURLs : # list of regexs of paths or URLs to be ignored
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sub main {
15
15
sub collect_htmltest_config_from_front_matter {
16
16
my ($ignore_dirs_ref , @files ) = @_ ;
17
17
18
- foreach my $file_path (@files ) {
18
+ foreach my $file_path (sort @files ) {
19
19
my @htmltest_config = extract_htmltest_config($file_path );
20
20
next unless @htmltest_config ;
21
21
push @$ignore_dirs_ref , @htmltest_config ;
You can’t perform that action at this time.
0 commit comments