commit | 13050ef7ba39455bd519971221a332eb5c0fcbd6 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Fri Dec 17 17:33:20 2021 +0100 |
committer | Sergiusz Bazanski <serge@monogon.tech> | Mon Dec 20 16:31:30 2021 +0000 |
tree | f7ffc3a53832a5254dea1ee02f3d39532707690a | |
parent | 8bd2ab16d14200774009f96ed94f83edf6ea1094 [diff] [blame] |
build/analysis: enable importsort, reformat Change-Id: I64fd8803264138e02d016d4751bc23bc56a02521 Reviewed-on: https://review.monogon.dev/c/monogon/+/495 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Reviewed-by: Mateusz Zalega <mateusz@monogon.tech> Reviewed-by: Leopold Schabel <leo@nexantic.com>
diff --git a/build/analysis/nogo_config.json b/build/analysis/nogo_config.json index e7f1f04..6da3a03 100644 --- a/build/analysis/nogo_config.json +++ b/build/analysis/nogo_config.json
@@ -88,5 +88,10 @@ "exclude_files": { "external/": "third_party" } + }, + "importsort": { + "exclude_files": { + "external/": "third_party" + } } }