We are using puppet 3.8. I'm currently testing our existing modules compatibility with puppet 4 using parser = future option in puppet.conf. When i run puppet agent against to this master server, it is showing one error at a time. once i fix the error, its showing another error. We have multiple resources wanted to work on updating the existing code to make it work for puppet 4.Is there a way we can validate all our existing module(s) for puppet 4 compatibility and get all errors at one time, so we can save lot of time in updating our existing modules.