Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cd8ae53 authored by Eugene Susla's avatar Eugene Susla
Browse files

Move lint disabler comment above CLI hint

Long file names may trigger lint error right in the generated warning comment

Fixes: 141753810
Test: presubmit
Change-Id: I89be669e111e65f80ff8994fd61eaab3c0ae8a6e
parent 8a59e345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -132,11 +132,11 @@ fun main(args: Array<String>) {
        // $GENERATED_WARNING_PREFIX v$CODEGEN_VERSION.
        //
        // DO NOT MODIFY!
        // CHECKSTYLE:OFF Generated code
        //
        // To regenerate run:
        // $ $cliExecutable ${cliArgs.dropLast(1).joinToString("") { "$it " }}$fileEscaped
        //
        // CHECKSTYLE:OFF Generated code
        /
        """

        if (FeatureFlag.CONST_DEFS()) generateConstDefs()