Last change
on this file was
466,
checked in by hendrikvanantwerpen, 12 years ago
|
Added authentication (fixed user now).
|
File size:
1.4 KB
|
Rev | Line | |
---|
[466] | 1 | { |
---|
| 2 | "no_tabs": { |
---|
| 3 | "level": "error" |
---|
| 4 | }, |
---|
| 5 | "no_trailing_whitespace": { |
---|
| 6 | "level": "error", |
---|
| 7 | "allowed_in_comments": false |
---|
| 8 | }, |
---|
| 9 | "max_line_length": { |
---|
| 10 | "value": 80, |
---|
| 11 | "level": "error" |
---|
| 12 | }, |
---|
| 13 | "camel_case_classes": { |
---|
| 14 | "level": "error" |
---|
| 15 | }, |
---|
| 16 | "indentation": { |
---|
| 17 | "value": 4, |
---|
| 18 | "level": "error" |
---|
| 19 | }, |
---|
| 20 | "no_implicit_braces": { |
---|
| 21 | "level": "ignore" |
---|
| 22 | }, |
---|
| 23 | "no_trailing_semicolons": { |
---|
| 24 | "level": "error" |
---|
| 25 | }, |
---|
| 26 | "no_plusplus": { |
---|
| 27 | "level": "ignore" |
---|
| 28 | }, |
---|
| 29 | "no_throwing_strings": { |
---|
| 30 | "level": "error" |
---|
| 31 | }, |
---|
| 32 | "cyclomatic_complexity": { |
---|
| 33 | "value": 10, |
---|
| 34 | "level": "ignore" |
---|
| 35 | }, |
---|
| 36 | "no_backticks": { |
---|
| 37 | "level": "error" |
---|
| 38 | }, |
---|
| 39 | "line_endings": { |
---|
| 40 | "level": "ignore", |
---|
| 41 | "value": "unix" |
---|
| 42 | }, |
---|
| 43 | "no_implicit_parens": { |
---|
| 44 | "level": "ignore" |
---|
| 45 | }, |
---|
| 46 | "empty_constructor_needs_parens": { |
---|
| 47 | "level": "ignore" |
---|
| 48 | }, |
---|
| 49 | "non_empty_constructor_needs_parens": { |
---|
| 50 | "level": "ignore" |
---|
| 51 | }, |
---|
| 52 | "no_empty_param_list": { |
---|
| 53 | "level": "ignore" |
---|
| 54 | }, |
---|
| 55 | "space_operators": { |
---|
| 56 | "level": "ignore" |
---|
| 57 | }, |
---|
| 58 | "duplicate_key": { |
---|
| 59 | "level": "error" |
---|
| 60 | }, |
---|
| 61 | "newlines_after_classes": { |
---|
| 62 | "value": 3, |
---|
| 63 | "level": "ignore" |
---|
| 64 | }, |
---|
| 65 | "no_stand_alone_at": { |
---|
| 66 | "level": "ignore" |
---|
| 67 | }, |
---|
| 68 | "arrow_spacing": { |
---|
| 69 | "level": "ignore" |
---|
| 70 | }, |
---|
| 71 | "coffeescript_error": { |
---|
| 72 | "level": "error" |
---|
| 73 | } |
---|
| 74 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.