You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we move the files with no violations to a collapsed section, or just don't display them?
The file name displayed in HTML report is very long (up to the root), can we group files according to paths specified in include option? for example:
I have a config file like this:
include:
- project/module1
- project/module2format: html
Can we display the file names in HTML report like this:
project/module1
file1.swift — 0 violations
file2.swift — 0 violations
project/module2
file3.swift — 0 violations
file4.swift — 0 violations
The text was updated successfully, but these errors were encountered:
Tailor Version: v0.10.0
Swift Version: 2.2
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Feature request:
If I have a lot of code files and only a few contain violations, in the generated HTML report, I see a very long file list as in:
I want to have two changes:
include
option? for example:I have a config file like this:
Can we display the file names in HTML report like this:
The text was updated successfully, but these errors were encountered: