for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# .scrutinizer.yml build: dependencies: before: - npm install istanbul environment: node: v8.9.4 checks: javascript: true filter: paths: - "src/*" - "dist/*" - "test/*"
# language: