(define dont-check-one-connection-nets 1) ;; Disable the check for nets with only one connection.
(define action-unused-slots #\w) ;; Output an unused slots as a warning
(define dont-check-not-driven-nets 1) ;; Disable the driven net check
(define dont-check-unconnected-pins 1) ;; Disable the unconnected pins check
(define dont-check-non-numbered-parts 1) ;; Disable the non-numbered parts check
(define dont-check-duplicated-references 1) ;; Disable the duplicate references check
(define dont-check-duplicated-slots 1) ;; Disable the duplicated slots check
