turbo-editors/turbo-corepublic Fork 0
28d59854361aeda8541d853093e732126f3d7bff
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-core.git
git clone ssh://git@rickub.com/turbo-editors/turbo-core.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

qlty.toml · 65 lines · 1.2 KBTOML Blame HistoryRaw
🛟 Updated. 28d5985 k33g 19h ago1# 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
14config_version = "0"
15
16exclude_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
45test_patterns = [
46 "**/test/**",
47 "**/spec/**",
48 "**/*.test.*",
49 "**/*.spec.*",
50 "**/*_test.*",
51 "**/*_spec.*",
52 "**/test_*.*",
53 "**/spec_*.*",
54]
55
56[smells]
57mode = "comment"
58
59[[source]]
60name = "default"
61default = true
62
63
64[[plugin]]
65name = "trufflehog"