We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e31ec8 + 89169a3 commit 4aa0733Copy full SHA for 4aa0733
adb/Android.bp
@@ -12,6 +12,11 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+tidy_errors = [
16
+ "-*",
17
+ "bugprone-inaccurate-erase",
18
+]
19
+
20
cc_defaults {
21
name: "adb_defaults",
22
@@ -73,6 +78,10 @@ cc_defaults {
73
78
],
74
79
},
75
80
81
82
+ tidy: true,
83
+ tidy_checks: tidy_errors,
84
+ tidy_checks_as_errors: tidy_errors,
76
85
}
77
86
87
0 commit comments