-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct Git attribute entries for moved reporters
As plugins are separate projects now, also use separate `.gitattribute` files. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
39013ad
commit 1d97117
Showing
13 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/asciidoc/src/main/resources/templates/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for Freemarker templates for consistency across platforms. | ||
**/*.ftl text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/cyclonedx/src/funTest/assets/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/evaluated-model/src/funTest/assets/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/fossid/src/main/resources/templates/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for Freemarker templates for consistency across platforms. | ||
**/*.ftl text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/freemarker/src/funTest/assets/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/freemarker/src/main/resources/templates/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for Freemarker templates for consistency across platforms. | ||
**/*.ftl text eol=lf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
2 changes: 2 additions & 0 deletions
2
plugins/reporters/static-html/src/funTest/assets/.gitattributes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Use Unix line endings for JavaScript source code to avoid problems with eslint. | ||
**/*.js text eol=lf | ||
|
||
# Fix GitHub language statistics, see https://github.com/github/linguist#using-gitattributes. | ||
public/index.html linguist-generated=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Use Unix line endings for expected test results for consistency across platforms. | ||
*-expected-* text eol=lf |