Skip to content

Commit

Permalink
Prevent line breaks in schema file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Jun 13, 2024
1 parent 6792e8a commit 6efa4ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ locc {
The plugin is capable of generating a line count report in a number of formats. Note that different formats
provide different amounts of information as described in the following table.

| Format | Project Information | Counts Per Language | Counts Per File | Counts Per Language Per File | Example | Schema |
|--------|---------------------|---------------------|-----------------|------------------------------|-----------------------------------------|-----------------------------------------------------------|
| CSV | | ✅ | | | [locc.csv](example-reports/locc.csv) | |
| HTML | ✅ | ✅ | ✅ | | [locc.html](example-reports/locc.html) | |
| JSON | ✅ | ✅ | ✅ | ✅ | [locc.json](example-reports/locc.json) | [locc-1.json](https://www.cthing.com/schemas/locc-1.json) |
| Text | ✅ | ✅ | ✅ | | [locc.txt](example-reports/locc.txt) | |
| XML | ✅ | ✅ | ✅ | ✅ | [locc.xml](example-reports/locc.xml) | [locc-1.xsd](https://www.cthing.com/schemas/locc-1.xsd) |
| YAML | ✅ | ✅ | ✅ | ✅ | [locc.yaml](example-reports/locc.yaml) | [locc-1.json](https://www.cthing.com/schemas/locc-1.json) |
| Format | Project Information | Counts Per Language | Counts Per File | Counts Per Language Per File | Example | Schema |
|--------|---------------------|---------------------|-----------------|------------------------------|-----------------------------------------|------------------------------------------------------------------|
| CSV | | ✅ | | | [locc.csv](example-reports/locc.csv) | |
| HTML | ✅ | ✅ | ✅ | | [locc.html](example-reports/locc.html) | |
| JSON | ✅ | ✅ | ✅ | ✅ | [locc.json](example-reports/locc.json) | [locc‑1.json](https://www.cthing.com/schemas/locc-1.json) |
| Text | ✅ | ✅ | ✅ | | [locc.txt](example-reports/locc.txt) | |
| XML | ✅ | ✅ | ✅ | ✅ | [locc.xml](example-reports/locc.xml) | [locc‑1.xsd](https://www.cthing.com/schemas/locc-1.xsd) |
| YAML | ✅ | ✅ | ✅ | ✅ | [locc.yaml](example-reports/locc.yaml) | [locc‑1.json](https://www.cthing.com/schemas/locc-1.json) |

The report for each format is generated as `build/reports/locc/locc.{csv, html, json, txt, xml, yaml}`. By default,
the plugin will generate a report in the HTML and XML formats. Configure the task reports to control which file
Expand Down

0 comments on commit 6efa4ed

Please sign in to comment.