Browse Source

Change "build/ymake.core.conf"
81d323704caa7ff3a58fc18b7216bd9242c01a1d

mikhailche 11 months ago
parent
commit
52603dfdb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/ymake.core.conf

+ 1 - 1
build/ymake.core.conf

@@ -1641,7 +1641,7 @@ macro NO_LINT(ktlint?"ktlint":"none") {
     SET(_NO_LINT_VALUE ${ktlint})
 }
 
-### @usage: LINT(<none|base|strict>)
+### @usage: LINT(<none|base|strict|extended>)
 ###
 ### Set linting level for sources of the module
 macro LINT(level) {