Options
All
  • Public
  • Public/Protected
  • All
Menu

options for CodeOfConduct

Hierarchy

  • FileBaseOptions
    • CodeOfConductOptions

Index

Properties

committed?: boolean

Indicates whether this file should be committed to git or ignored. By default, all generated files are committed and anti-tamper is used to protect against manual modifications.

default

true

contactMethod: string

You must provide a contact method so that people know how to report violations.

editGitignore?: boolean

Update the project's .gitignore file

default

true

executable?: boolean

Whether the generated file should be marked as executable.

default

false

marker?: boolean

Adds the projen marker to the file.

default
  • marker will be included as long as the project is not ejected
readonly?: boolean

Whether the generated file should be readonly.

default

true

Generated using TypeDoc