wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Only output warnings for changed files #33

Closed athyuttamre closed 7 years ago

athyuttamre commented 8 years ago

Is there any way to make sure that we only output warnings for changed files during an incremental build? I'm trying to introduce linting to an existing codebase and would like engineers to only worry about the parts they're changing.

sonicoder86 commented 7 years ago

@athyuttamre You can include and exclude files, directories at loader level. Isn't it enough?