We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a53df commit 856905bCopy full SHA for 856905b
.lgtm.yml
@@ -0,0 +1,4 @@
1
+# Format of this file: https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
2
+path_classifiers:
3
+ documentation:
4
+ - runtime/tutor/tutor*
Filelist
@@ -4,6 +4,7 @@
# source files for all source archives
5
SRC_ALL = \
6
.hgignore \
7
+ .lgtm.yml \
8
.travis.yml \
9
appveyor.yml \
10
src/appveyor.bat \
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1764,
766
/**/
767
1763,
768
0 commit comments