Skip to content
Snippets Groups Projects
Select Git revision
0 results

cmd.go

Forked from GitLab.org / gitlab-runner
Loading
  • Tomasz Maczukin's avatar
    cf546204
    Drop the 'FF' prefix from feature flag constants · cf546204
    Tomasz Maczukin authored
    The constants are now defined inside of the 'featureflags' package,
    so there is no need for the 'FF' prefix. The fact that it's a feature
    flag is quite obvious when looking on an entry like:
    
        IsFeatureFlagOn(featureflags.UseLegacyBuildsDirForDocker)
    cf546204
    History
    Drop the 'FF' prefix from feature flag constants
    Tomasz Maczukin authored
    The constants are now defined inside of the 'featureflags' package,
    so there is no need for the 'FF' prefix. The fact that it's a feature
    flag is quite obvious when looking on an entry like:
    
        IsFeatureFlagOn(featureflags.UseLegacyBuildsDirForDocker)