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
only applied if the file does not exists (does not allow processing files without changing the extension)
not applied inside node_modules (does not allow filtering / changing failures or fixes)
when checking for file existence it probably makes sense to only look for a processor if the file has no supported extension (filter files by extension #29)
without --project
not applied inside node_modules
applied if the file exists
processors should not modify the path at all, they should just return an additional file extension if necessary
The text was updated successfully, but these errors were encountered:
* processors can only provide a suffix for the file name
* the name is only modified if it doesn't already have a supported extension
* files are always processed even if the name is not transformed. that allows processors to change the resulting failures.
* even files without active rules or without failures are processed
* processors also work inside node_modules now
Fixes: #32
* processors can only provide a suffix for the file name
* the name is only modified if it doesn't already have a supported extension
* files are always processed even if the name is not transformed. that allows processors to change the resulting failures.
* even files without active rules or without failures are processed
* processors also work inside node_modules now
Fixes: #32
Currently processors are applied inconsistently:
--project
--project
The text was updated successfully, but these errors were encountered: