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 cfbdcf0 commit 9376d69Copy full SHA for 9376d69
query/analyze/BUILD
@@ -0,0 +1,25 @@
1
+# This Source Code Form is subject to the terms of the Mozilla Public
2
+# License, v. 2.0. If a copy of the MPL was not distributed with this
3
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
+
5
+package(default_visibility = ["//visibility:public"])
6
7
+load("@typedb_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
8
9
+files = [
10
+ "structure.feature",
11
+ "annotations.feature",
12
+]
13
14
+filegroup(
15
+ name = "features",
16
+ srcs = files,
17
+)
18
19
+exports_files(files)
20
21
+checkstyle_test(
22
+ name = "checkstyle",
23
+ include = glob(["*"]),
24
+ license_type = "mpl-header",
25
0 commit comments