Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Spotless for formatting #1619

Merged
merged 7 commits into from
Jun 23, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore git submodule for integrations-core
  • Loading branch information
tylerbenson committed Jun 22, 2020
commit 1990cf670ff876623d8abea3bcced3a461409b00
Empty file modified dd-java-agent/agent-jmxfetch/copy-metric-configs.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions gradle/spotless.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spotless {

format 'misc', {
target '**/.gitignore', '**/*.md', '**/*.sh'
targetExclude 'integrations-core/**' // Exclude git submodule from evaluation.
indentWithSpaces()
trimTrailingWhitespace()
endWithNewline()
Expand Down