aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/lint-checker.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-data-service/model/lint-checker.scm')
-rw-r--r--guix-data-service/model/lint-checker.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/guix-data-service/model/lint-checker.scm b/guix-data-service/model/lint-checker.scm
index 7ab7715..061e806 100644
--- a/guix-data-service/model/lint-checker.scm
+++ b/guix-data-service/model/lint-checker.scm
@@ -12,10 +12,7 @@
(insert-missing-data-and-return-all-ids
conn
"lint_checkers"
- `((name . ,(lambda (value)
- (quote-string (symbol->string value))))
- (description . ,quote-string)
- (network_dependent . ,value->sql-boolean))
+ '(name description network_dependent)
lint-checkers-data))
(define (lint-warning-count-by-lint-checker-for-revision conn commit-hash)