Skip to content

Commit

Permalink
chore: adding .toml file for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
5han7anu-S committed Apr 25, 2024
1 parent 1d84a7a commit 8ff90d3
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .svlint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ style_textwidth = false

[syntaxrules]

module_identifier_matches_filename = true
package_identifier_matches_filename = true
program_identifier_matches_filename = true
interface_identifier_matches_filename = true

#module_identifier_matches_filename = true

#package_identifier_matches_filename = true

#program_identifier_matches_filename = true

#interface_identifier_matches_filename = true

unpacked_array = true
implicit_case_default = true


action_block_with_side_effect = false
Expand Down

0 comments on commit 8ff90d3

Please sign in to comment.