At the moment font files are included in the lintspaces.newlines check. However, these are binary files that do not require this check. At the moment a user of fluid-lint-all needs to setup configuration in the .fluidlintallrc.json file to explicitly exclude all of these files in the project.
Is your feature request related to a problem?
At the moment font files are included in the
lintspaces.newlines
check. However, these are binary files that do not require this check. At the moment a user of fluid-lint-all needs to setup configuration in the .fluidlintallrc.json file to explicitly exclude all of these files in the project.For example:
Describe the solution you'd like
These binary files, and other common ones should automatically be excluded from the
lintspaces.newlines
check.