This file contains hidden or 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
| ConfigFiles = provider( | |
| fields = { | |
| 'transitive_config_files' : 'number of files' | |
| } | |
| ) | |
| _erb_filetype = FileType([".erb"]) | |
| _attrs = ['tars','deps','runtime_deps','exports'] #data? | |
| def _accumulate_transitive_config_files(accumulated, deps): | |
| return depset( |
This file contains hidden or 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
| load( | |
| "@io_bazel_rules_scala//scala:_scala_maven_import_external.bzl", | |
| _scala_maven_import_external = "scala_maven_import_external", | |
| ) | |
| def scalafmt_dependencies(): | |
| _scala_maven_import_external( | |
| name = "org_scalameta_common_2_11", | |
| artifact = "org.scalameta:common_2.11:4.2.0", | |
| artifact_sha256 = "c2921b10ef2a06cafa48d4e0a6be4ff42c9135b5c5cf51ec3fdd9b66077f66cb", | |
| srcjar_sha256 = "373ee3a734ae1ca8cb3361812f0702ed52d5d2fbff95e7406752be408a2d9a59", |
This file contains hidden or 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
| load( | |
| "@io_bazel_rules_scala//scala:_scala_maven_import_external.bzl", | |
| _scala_maven_import_external = "scala_maven_import_external", | |
| ) | |
| def scalafmt_dependencies(): | |
| _scala_maven_import_external( | |
| name = "org_scalameta_common_2_11", | |
| artifact = "org.scalameta:common_2.11:4.2.0", | |
| artifact_sha256 = "c2921b10ef2a06cafa48d4e0a6be4ff42c9135b5c5cf51ec3fdd9b66077f66cb", | |
| srcjar_sha256 = "373ee3a734ae1ca8cb3361812f0702ed52d5d2fbff95e7406752be408a2d9a59", |
This file contains hidden or 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
| directories: | |
| . | |
| -aswb | |
| -clwb | |
| -cpp | |
| targets: | |
| //ijwb:ijwb_bazel_dev | |
| //ijwb:ijwb_lib | |
| //:ijwb_ce_tests |
OlderNewer