summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/.revive.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/xorm.io/xorm/.revive.toml')
-rw-r--r--vendor/xorm.io/xorm/.revive.toml14
1 files changed, 8 insertions, 6 deletions
diff --git a/vendor/xorm.io/xorm/.revive.toml b/vendor/xorm.io/xorm/.revive.toml
index 6dec7465ae..9e3b629d23 100644
--- a/vendor/xorm.io/xorm/.revive.toml
+++ b/vendor/xorm.io/xorm/.revive.toml
@@ -8,20 +8,22 @@ warningCode = 1
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
+[rule.empty-lines]
+[rule.errorf]
[rule.error-return]
[rule.error-strings]
[rule.error-naming]
[rule.exported]
[rule.if-return]
[rule.increment-decrement]
-[rule.var-naming]
- arguments = [["ID", "UID", "UUID", "URL", "JSON"], []]
-[rule.var-declaration]
+[rule.indent-error-flow]
[rule.package-comments]
[rule.range]
[rule.receiver-naming]
+[rule.struct-tag]
[rule.time-naming]
[rule.unexported-return]
-[rule.indent-error-flow]
-[rule.errorf]
-[rule.struct-tag] \ No newline at end of file
+[rule.unnecessary-stmt]
+[rule.var-declaration]
+[rule.var-naming]
+ arguments = [["ID", "UID", "UUID", "URL", "JSON"], []] \ No newline at end of file