Closed athyuttamre closed 7 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.
@athyuttamre You can include and exclude files, directories at loader level. Isn't it enough?
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.