mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
aa70c7f64e
* Add buildifier targets. The tool allows to check and format BUILD files in the repo. To check if files are well formatted, run: bazel run //:buildifier To fix badly-formatted files run: bazel run //:buildifier-fix * Cleanup dade-copyright-headers formatting. * Fix dade-copyright-headers on files with just the copyright. * Run buildifier automatically on CI via 'fmt.sh'. * Reformat all BUILD files with buildifier. Excludes autogenerated Bazel files. |
||
---|---|---|
.. | ||
haskell | ||
java | ||
python | ||
scala | ||
README.md |
Bazel example projects
This directory contains few Bazel projects written in different languages and is used to verify Bazel support in the build pipeline.
Bazel example projects are based on: https://github.com/bazelbuild/bazel/tree/master/examples