48 lines
912 B
Plaintext
48 lines
912 B
Plaintext
#######################################################################
|
|
# Allow-list of files to be lint-checked by CI
|
|
#
|
|
# Directory Suport
|
|
# Directory references are allowed within the file, ie:
|
|
#
|
|
# themes/powerline
|
|
#
|
|
# All files under the referenced directory will be checked
|
|
#
|
|
# Checking Files Locally
|
|
# You can manually invoke the check via:
|
|
#
|
|
# lint_clean_files.sh
|
|
#
|
|
|
|
# root directories
|
|
#
|
|
docs
|
|
|
|
# root files
|
|
#
|
|
.gitattributes
|
|
lint_clean_files.sh
|
|
|
|
# themes
|
|
#
|
|
themes/agnoster
|
|
themes/90210
|
|
themes/powerline
|
|
themes/barbuk
|
|
|
|
# plugins
|
|
#
|
|
plugins/available/basher.plugin.bash
|
|
|
|
# completions
|
|
#
|
|
completion/available/cargo.completion.bash
|
|
completion/available/knife.completion.bash
|
|
completion/available/packer.completion.bash
|
|
completion/available/pipx.completion.bash
|
|
completion/available/rustup.completion.bash
|
|
completion/available/vault.completion.bash
|
|
|
|
# aliases
|
|
aliases/available/vim.aliases.bash
|