| 🛟 Updated. 28d5985 k33g 11h ago | 1 | # This file was automatically generated by `qlty init`. |
| 2 | # You can modify it to suit your needs. |
| 3 | # We recommend you to commit this file to your repository. |
| 4 | # |
| 5 | # This configuration is used by both Qlty CLI and Qlty Cloud. |
| 6 | # |
| 7 | # Qlty CLI -- Code quality toolkit for developers |
| 8 | # Qlty Cloud -- Fully automated Code Health Platform |
| 9 | # |
| 10 | # Try Qlty Cloud: https://qlty.sh |
| 11 | # |
| 12 | # For a guide to configuration, visit https://qlty.sh/d/config |
| 13 | # Or for a full reference, visit https://qlty.sh/d/qlty-toml |
| 14 | config_version = "0" |
| 15 | |
| 16 | exclude_patterns = [ |
| 17 | "*_min.*", |
| 18 | "*-min.*", |
| 19 | "*.min.*", |
| 20 | "**/.yarn/**", |
| 21 | "**/*.d.ts", |
| 22 | "**/assets/**", |
| 23 | "**/bower_components/**", |
| 24 | "**/build/**", |
| 25 | "**/cache/**", |
| 26 | "**/config/**", |
| 27 | "**/db/**", |
| 28 | "**/deps/**", |
| 29 | "**/dist/**", |
| 30 | "**/extern/**", |
| 31 | "**/external/**", |
| 32 | "**/generated/**", |
| 33 | "**/Godeps/**", |
| 34 | "**/gradlew/**", |
| 35 | "**/mvnw/**", |
| 36 | "**/node_modules/**", |
| 37 | "**/protos/**", |
| 38 | "**/seed/**", |
| 39 | "**/target/**", |
| 40 | "**/templates/**", |
| 41 | "**/testdata/**", |
| 42 | "**/vendor/**", |
| 43 | ] |
| 44 | |
| 45 | test_patterns = [ |
| 46 | "**/test/**", |
| 47 | "**/spec/**", |
| 48 | "**/*.test.*", |
| 49 | "**/*.spec.*", |
| 50 | "**/*_test.*", |
| 51 | "**/*_spec.*", |
| 52 | "**/test_*.*", |
| 53 | "**/spec_*.*", |
| 54 | ] |
| 55 | |
| 56 | [smells] |
| 57 | mode = "comment" |
| 58 | |
| 59 | [[source]] |
| 60 | name = "default" |
| 61 | default = true |
| 62 | |
| 63 | |
| 64 | [[plugin]] |
| 65 | name = "trufflehog" |