Skip to content

Commit

Permalink
Added categoy mappings for new lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kunagpal authored and dblandin committed Sep 19, 2017
1 parent acf78df commit d35014a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/check_category_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"dot-notation": "Clarity",
"eol-last": "Clarity",
"eqeqeq": "Bug Risk",
"for-direction": "Bug Risk",
"func-call-spacing": "Clarity",
"func-name-matching": "Clarity",
"func-names": "Clarity",
"func-style": "Clarity",
"getter-return": "Bug Risk",
"generator-star-spacing": "Clarity",
"global-require": "Clarity",
"guard-for-in": "Bug Risk",
Expand All @@ -42,6 +44,7 @@
"jsx-quotes": "Clarity",
"key-spacing": "Clarity",
"keyword-spacing": "Clarity",
"line-comment-position": "Clarity",
"line-comment-style": "Clarity",
"linebreak-style": "Clarity",
"lines-around-comment": "Clarity",
Expand All @@ -63,10 +66,12 @@
"no-array-constructor": "Clarity",
"no-await-in-loop": "Bug Risk",
"no-bitwise": "Clarity",
"no-buffer-constructor": "Bug Risk",
"no-caller": "Compatibility",
"no-case-declarations": "Bug Risk",
"no-catch-shadow": "Bug Risk",
"no-class-assign": "Bug Risk",
"no-compare-neg-zero": "Clarity",
"no-cond-assign": "Bug Risk",
"no-confusing-arrow": "Clarity",
"no-console": "Bug Risk",
Expand Down Expand Up @@ -188,6 +193,7 @@
"no-warning-comments": "Bug Risk",
"no-whitespace-before-property": "Clarity",
"no-with": "Compatibility",
"nonblock-statement-body-position": "Clarity",
"object-curly-newline": "Clarity",
"object-curly-spacing": "Clarity",
"object-property-newline": "Clarity",
Expand All @@ -197,6 +203,7 @@
"operator-assignment": "Clarity",
"operator-linebreak": "Clarity",
"padded-blocks": "Clarity",
"padding-line-between-statements": "Clarity",
"prefer-arrow-callback": "Clarity",
"prefer-const": "Clarity",
"prefer-destructuring": "Clarity",
Expand All @@ -215,6 +222,7 @@
"semi": "Clarity",
"semi-spacing": "Clarity",
"sort-imports": "Clarity",
"sort-keys": "Clarity",
"sort-vars": "Clarity",
"space-before-blocks": "Clarity",
"space-before-function-paren": "Clarity",
Expand All @@ -223,6 +231,7 @@
"space-unary-ops": "Clarity",
"spaced-comment": "Clarity",
"strict": "Clarity",
"switch-colon-spacing": "Clarity",
"symbol-description": "Clarity",
"template-curly-spacing": "Clarity",
"template-tag-spacing": "Clarity",
Expand Down

0 comments on commit d35014a

Please sign in to comment.