summarylogtreecommitdiffstats
path: root/disable-clippy.patch
blob: a845936c9f99eb39727b15103d9b25bcdc55955f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/src/meson.build b/src/meson.build
index 900f3fa..e08b062 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -149,19 +149,3 @@ test('Unit tests',
   timeout: 180,
   env: env
 )
-
-test('Clippy',
-  cargo,
-  args: [
-    'clippy',
-    '--manifest-path', cargo_manifest,
-    '--target-dir', meson.project_build_root() / 'src',
-    '--',
-    '-D', 'warnings',
-    '-A', 'clippy::module_inception',
-    '-A', 'clippy::new_without_default',
-    '-A', 'clippy::enum-variant-names'
-  ],
-  timeout: 180,
-  env: env
-)