Skip to content

Commit

Permalink
tests: disabled nimalyzer rule objects for types module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 3a78d65efcdba300622c4a6f16a94934610ad5cb7424da8ae237288b53bc4044
  • Loading branch information
thindil committed Oct 23, 2024
1 parent a8e9143 commit a61596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type
## Used to store the help entry's content
HelpPlugin* = string
## Used to store the help entry's plugin's name
HelpEntry* {.tableName: "help".} = ref object of Model
HelpEntry* {.tableName: "help", ruleOff: "objects".} = ref object of Model
## Data structure for the help's entries
##
## * topic - the help's entry topic, show on the list of help's entries
Expand Down

0 comments on commit a61596e

Please sign in to comment.