commit | cb2dcf6c3ffa2d50293faa1708fad975ea237afa | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Nov 22 22:57:34 2021 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Nov 23 09:18:53 2021 +0000 |
tree | 0dd4505eb664795cbe688da03228ebf1ab4f3637 | |
parent | 764a2de7911a42d57720911332a12895f0aad707 [diff] [blame] |
b/a/noioutil: add an analyzer prohibiting use of ioutil The ioutil package is deprecated and a tree-wide migration was already done. This analyzer ensures that there can be no users of this package in the future. Change-Id: Ica6cd01ce5cb919d6f236225deeaff70b8e2800b Reviewed-on: https://review.monogon.dev/c/monogon/+/451 Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/build/analysis/nogo_config.json b/build/analysis/nogo_config.json index 8f97918..d2c824d 100644 --- a/build/analysis/nogo_config.json +++ b/build/analysis/nogo_config.json
@@ -81,5 +81,10 @@ "exclude_files": { "external/": "third_party" } + }, + "noioutil": { + "exclude_files": { + "external/": "third_party" + } } }