Method: FeatureMap::Private::AdditionalMetricsFile.header_comment

Defined in:
lib/feature_map/private/additional_metrics_file.rb

.header_commentObject



21
22
23
24
25
26
27
28
29
30
31
32
33
# File 'lib/feature_map/private/additional_metrics_file.rb', line 21

def self.header_comment
  <<~HEADER
    # STOP! - DO NOT EDIT THIS FILE MANUALLY
    # This file was automatically generated by "bin/featuremap additional_metrics". The next time this file
    # is generated any changes will be lost. For more details:
    # https://github.com/Beyond-Finance/feature_map
    #
    # It is NOT recommended to commit this file into your source control. It will change as a
    # result of nearly all other source code changes. This file should be ignored by your source
    # control but can be used for other feature analysis operations (e.g. documentation
    # generation, etc).
  HEADER
end