annotate coffeelint.json @ 2421:ac55319a2eac

don't drop patches that arrive before we get WS connected
author drewp@bigasterisk.com
date Tue, 21 May 2024 16:10:39 -0700
parents 3c997bc6d380
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1753
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 "arrow_spacing": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 "braces_spacing": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7 "spaces": 0,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 "empty_object_spaces": 0
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
10 "camel_case_classes": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
11 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
12 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
13 "coffeescript_error": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
15 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 "colon_assignment_spacing": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 "spacing": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 "left": 0,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
20 "right": 0
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
21 }
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
22 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
23 "cyclomatic_complexity": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
25 "value": 10
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
26 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
27 "duplicate_key": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
28 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
29 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
30 "empty_constructor_needs_parens": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
31 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
32 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
33 "ensure_comprehensions": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
34 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
35 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
36 "eol_last": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
37 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
38 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
39 "indentation": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
40 "value": 2,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
41 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
42 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
43 "line_endings": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
44 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
45 "value": "unix"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
46 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
47 "max_line_length": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
48 "value": 80,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
49 "level": "error",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
50 "limitComments": true
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
51 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
52 "missing_fat_arrows": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
53 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
54 "is_strict": false
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
55 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
56 "newlines_after_classes": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
57 "value": 3,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
58 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
59 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
60 "no_backticks": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
61 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
62 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
63 "no_debugger": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
64 "level": "warn",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
65 "console": false
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
66 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
67 "no_empty_functions": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
68 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
69 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
70 "no_empty_param_list": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
71 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
72 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
73 "no_implicit_braces": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
74 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
75 "strict": true
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
76 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
77 "no_implicit_parens": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
78 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
79 "strict": true
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
80 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
81 "no_interpolation_in_single_quotes": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
82 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
83 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
84 "no_nested_string_interpolation": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
85 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
86 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
87 "no_plusplus": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
88 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
89 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
90 "no_private_function_fat_arrows": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
91 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
92 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
93 "no_stand_alone_at": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
94 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
95 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
96 "no_tabs": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
97 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
98 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
99 "no_this": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
100 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
101 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
102 "no_throwing_strings": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
103 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
104 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
105 "no_trailing_semicolons": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
106 "level": "error"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
107 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
108 "no_trailing_whitespace": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
109 "level": "error",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
110 "allowed_in_comments": false,
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
111 "allowed_in_empty_lines": true
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
112 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
113 "no_unnecessary_double_quotes": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
114 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
115 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
116 "no_unnecessary_fat_arrows": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
117 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
118 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
119 "non_empty_constructor_needs_parens": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
120 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
121 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
122 "prefer_english_operator": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
123 "level": "ignore",
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
124 "doubleNotLevel": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
125 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
126 "space_operators": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
127 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
128 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
129 "spacing_after_comma": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
130 "level": "ignore"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
131 },
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
132 "transform_messes_up_line_numbers": {
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
133 "level": "warn"
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
134 }
3c997bc6d380 fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
135 }