Created
November 13, 2019 17:12
-
-
Save shs96c/6cabf5452cd39be469eae7c20524f1e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
directories: | |
# Add the directories you want added as source here | |
# By default, we've added your entire workspace ('.') | |
. | |
# Automatically includes all relevant targets under the 'directories' above | |
derive_targets_from_directories: true | |
targets: | |
# If source code isn't resolving, add additional targets that compile it here | |
//java/... | |
//javascript/... | |
//py/... | |
additional_languages: | |
# Uncomment any additional languages you want supported | |
# android | |
# dart | |
# go | |
javascript | |
# kotlin | |
python | |
# scala | |
# typescript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment