| commit | 74a450e5532a56ecb3353e97d8db03dc38f51d4b | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@google.com> | Tue Aug 08 11:36:10 2017 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@google.com> | Tue Aug 08 11:36:13 2017 +0200 |
| tree | 9746b63c8560e6b67b94d1b4f792d88b6578e810 | |
| parent | c25805f9aff5c77b1c16a915e686b2c0e974f4b7 [diff] |
git-file-tidy: add support for ".nolint" supression files This patch allows to exclude subdirectories from linting by adding a ".nolint" file, and also passes "-quiet" to clang-tidy when not running w/ "--verbose". LE-277 #comment git-file-tidy: add support for ".nolint" supression files Change-Id: I35a41046f9fa91cc86a178e4deb91dfb1857f959
This repository is for scripts useful when hacking on Fuchsia. This repository should contain scripts that perform tasks spanning multiple repositories. Scripts that only operate within a single repository should live in the relevant repository.
The push-package.py script pushes all of the files in a particular package. No checking is performed for incremental changes.
The sample command lines below can be used to build the “modular” package and then push it to the default device. This assumes you have already booted your device with a version of Fuchsia that contains the most recent version of all other packages.
fbuild apps/modular scripts/push-package.py -o $FUCHSIA_BUILD_DIR packages/gn/modular