This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 6ff4517ae6cf8274cdf0c0a883874a92499e5edd Author: Fabio Utzig <[email protected]> AuthorDate: Thu Jan 16 11:30:41 2020 -0300 Add ignored directories list for CI style checking Add a file containing a list of directories to ignore when running style checks on the CI. --- .style_ignored_dirs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.style_ignored_dirs b/.style_ignored_dirs new file mode 100644 index 0000000..1ad70b3 --- /dev/null +++ b/.style_ignored_dirs @@ -0,0 +1,10 @@ +# Skip those directories while doing style checks in the CI. Do not add '/' at +# the beginning! + +apps/coremark +crypto/mbedtls +crypto/tinycrypt +libc/baselibc +net/ip/lwip_base +net/lora/node/src/mac +net/mqtt/eclipse
