From 166e6c913cd0d51bc060681b26cf9b53dcea5e78 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Thu, 18 May 2023 12:34:03 +0100 Subject: [PATCH] Clean up `.svlint.toml` --- .svlint.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.svlint.toml b/.svlint.toml index 239864b..d77d31f 100644 --- a/.svlint.toml +++ b/.svlint.toml @@ -4,11 +4,9 @@ indent = 2 [rules] action_block_with_side_effect = true blocking_assignment_in_always_ff = true -case_default = true default_nettype_none = true enum_with_type = true explicit_case_default = true -# explicit_if_else = true function_same_as_system_function = true function_with_automatic = true generate_case_with_label = true @@ -26,7 +24,6 @@ keyword_forbidden_unique = true keyword_forbidden_unique0 = true keyword_forbidden_wire_reg = true keyword_required_generate = false -level_sensitive_always = true # Redundant with keyword_forbidden_always. localparam_explicit_type = true localparam_type_twostate = true multiline_for_begin = true @@ -47,7 +44,6 @@ style_indent = true style_keyword_0or1space = true style_keyword_0space = true style_keyword_1or2space = true -style_keyword_datatype = false # Overly restrictive. style_keyword_end = true style_keyword_maybelabel = true style_keyword_newline = true