Skip to content

Commit

Permalink
Remove Skylint
Browse files Browse the repository at this point in the history
Skylint has been deprecated in favor of Buildifier and is no longer maintained.

PiperOrigin-RevId: 252834052
  • Loading branch information
vladmos authored and copybara-github committed Jun 12, 2019
1 parent a103ec0 commit 4aa48f9
Show file tree
Hide file tree
Showing 40 changed files with 1 addition and 6,163 deletions.
375 changes: 0 additions & 375 deletions site/docs/skylark/skylint.md

This file was deleted.

2 changes: 0 additions & 2 deletions src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ filegroup(
"//src/tools/launcher:srcs",
"//src/tools/package_printer/java/com/google/devtools/build/packageprinter:srcs",
"//src/tools/skylark/java/com/google/devtools/skylark/common:srcs",
"//src/tools/skylark/java/com/google/devtools/skylark/skylint:srcs",
"//src/tools/skylark/javatests/com/google/devtools/skylark/skylint:srcs",
"//src/tools/xcode/realpath:srcs",
"//src/tools/singlejar:srcs",
"//src/tools/xcode/stdredirect:srcs",
Expand Down
2 changes: 1 addition & 1 deletion src/test/starlark/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package(default_visibility = ["//src:__subpackages__"])

filegroup(
name = "srcs",
srcs = glob(["**"]) + ["//src/test/starlark/skylint:srcs"],
srcs = glob(["**"]),
)

[
Expand Down
Loading

0 comments on commit 4aa48f9

Please sign in to comment.