Skip to content

Commit

Permalink
feat: continue work on objects rule
Browse files Browse the repository at this point in the history
FossilOrigin-Name: fb46fc4fcc2de8eb57bfb1b5fc246c5a61528fed3b96472ed45c7f5b12f82784
  • Loading branch information
thindil committed Apr 1, 2024
1 parent 989f52b commit b5a607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/objects.nim
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ruleConfig(ruleName = "objects",
rulePositiveMessage = "",
ruleNegativeMessage = "",
ruleOptions = @[custom],
ruleOptionValues = @["constructors", "getters", "setters", "all", "public"],
ruleOptionValues = @["constructors", "all", "publicfields", "directcalls"],
ruleMinOptions = 1)

checkRule:
Expand Down

0 comments on commit b5a607b

Please sign in to comment.