You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:1 warning Unexpected 'HACK' comment: 'Hack: Note that these work, regardless...' no-warning-comments␊
17
-
13:1 warning Unexpected 'HERE BE DRAGONS' comment: 'Here be Dragons' no-warning-comments␊
18
-
15:10 error 'functionWithoutJSDocWarningsBecauseTheSectionWasCompletelyExcluded' is defined but never used no-unused-vars␊
19
-
20:1 warning Remove the @description tag to leave a plain block description or add additional description text above the @description line jsdoc/require-description␊
20
-
20:1 warning JSDoc @returns declaration present but return expression not available in function jsdoc/require-returns-check␊
21
-
20:1 warning JSDoc type missing brace valid-jsdoc␊
22
-
22:0 warning Expected @param names to be "params". Got "a, params, b" jsdoc/check-param-names␊
23
-
22:0 warning Missing JSDoc @param "a" description jsdoc/require-param-description␊
12:1 warning Unexpected 'HACK' comment: 'Hack: Note that these work, regardless...' no-warning-comments␊
17
+
13:1 warning Unexpected 'HERE BE DRAGONS' comment: 'Here be Dragons' no-warning-comments␊
18
+
15:10 error 'functionWithoutJSDocWarningsBecauseTheSectionWasCompletelyExcluded' is defined but never used no-unused-vars␊
19
+
20:1 warning Remove the @description tag to leave a plain block description or add additional description text above the @description line jsdoc/require-description␊
20
+
20:1 warning JSDoc @returns declaration present but return expression not available in function jsdoc/require-returns-check␊
21
+
20:1 warning JSDoc type missing brace valid-jsdoc␊
22
+
22:0 warning Expected @param names to be "params". Got "a, params, b" jsdoc/check-param-names␊
23
+
22:0 warning Missing JSDoc @param "a" description jsdoc/require-param-description␊
Copy file name to clipboardExpand all lines: index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ module.exports = {
49
49
parser: 'babel-eslint',
50
50
/**
51
51
* @property {object} plugins - Tree additional linter plugins.
52
-
* @note - Code Climate does not yet support bestpractices, deprecate, no-only-tests, no-skip-tests, sonarjs, and test-selectors, and breaks if they are present. You will need to add these plugins individually in your .eslintrc.js file. The first time you add a file, Code Climate will complain about not being able to find the definitions for these extra rules once for every new file. Obnoxious, but the best we have, for now.
52
+
Code Climate does not yet support bestpractices, deprecate, no-only-tests, no-skip-tests, sonarjs, and test-selectors, and breaks if they are present. You will need to add these plugins individually in your .eslintrc.js file. The first time you add a file, Code Climate will complain about not being able to find the definitions for these extra rules once for every new file. Obnoxious, but the best we have, for now.
0 commit comments