This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match dir layout conventions of other dwtj rules
These are all internal changes except for `markdownlint_aspect`. It is now located in `@dwtj_rules_markdown//markdown:aspects.bzl`. Also removed lots of unnecessary subpackages `//markdown`. (That is, I deleted a bunch of empty `BUILD` files within `//markdown`.)
- Loading branch information
David Johnston
committed
Sep 2, 2020
1 parent
37dd25a
commit 483ea28
Showing
26 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
build --aspects @dwtj_rules_markdown//markdown:defs.bzl%markdownlint_aspect | ||
build --aspects @dwtj_rules_markdown//markdown:aspects.bzl%markdownlint_aspect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
'''This file exports public rule definitions for use by clients. | ||
''' | ||
|
||
load('//markdown:private/aspects/markdownlint_aspect/defs.bzl', _markdownlint_aspect = 'markdownlint_aspect') | ||
|
||
markdownlint_aspect = _markdownlint_aspect |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
'''This file exports public rule definitions for use by clients. | ||
''' | ||
|
||
load('//markdown/rules/markdown_library:defs.bzl', _markdown_library = 'markdown_library') | ||
|
||
load('//markdown/aspects/markdownlint_aspect:defs.bzl', _markdownlint_aspect = 'markdownlint_aspect') | ||
load('//markdown:private/rules/markdown_library/defs.bzl', _markdown_library = 'markdown_library') | ||
|
||
markdown_library = _markdown_library | ||
|
||
markdownlint_aspect = _markdownlint_aspect |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
'''This file exports public repository rule definitions for use by clients. | ||
''' | ||
|
||
load('//markdown/repository_rules/markdownlint/local_markdownlint_repository:defs.bzl', _local_markdownlint_repository = 'local_markdownlint_repository') | ||
load('//markdown:private/repository_rules/markdownlint/local_markdownlint_repository/defs.bzl', _local_markdownlint_repository = 'local_markdownlint_repository') | ||
|
||
local_markdownlint_repository = _local_markdownlint_repository |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
'''This file exports public toolchain rule definitions for use by clients. | ||
''' | ||
|
||
load('//markdown/rules/markdownlint_toolchain:defs.bzl', _markdownlint_toolchain = 'markdownlint_toolchain') | ||
load('//markdown:private/rules/markdownlint_toolchain/defs.bzl', _markdownlint_toolchain = 'markdownlint_toolchain') | ||
|
||
markdownlint_toolchain = _markdownlint_toolchain |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.