-
Notifications
You must be signed in to change notification settings - Fork 0
/
.installerrc
31 lines (22 loc) · 887 Bytes
/
.installerrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Files to copy
COPYFILES=(
["."]=".commitlintrc.yml .gitignore .prettierignore .prettierrc.yml .versionrc .yamllint.yml doc8.ini"
[".git/hooks"]="commit-msg pre-commit"
)
# OS-independent files to link
# LINKFILES=()
# Files to link, depending on OS
# OSFILES=()
# Files to stage / commit
#COMMITFILES=".commitlintrc.yml .prettierignore .prettierrc.yml .versionrc .yamllint.yml doc8.ini"
COMMITFILES=
# executables: Files that should be on the search path and accessible
EXECUTABLES="doc8 lint-jenkins lint-jinja prettier shellcheck"
# Files that will be removed from the target directory
CLEANUPFILES=
# When set to true, ensure that a git repository is initialized at the target
GIT_INIT=true
# When set to true, generate (and commit) SOURCEVERSION, containing the source's git information
# GIT_SOURCE_TAG=true
# Location of git initialization script
GIT_INSTALLER=