1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# Same authors
add-component-copyright react-shallow-renderer *
# Match types-*/*
add-component-copyright types-react *
add-component-copyright types-react-dom *
add-component-copyright types-react-is *
add-component-copyright types-react-test-renderer *
add-component-copyright types-scheduler *
# false positive
source-is-missing *fixtures/*
source-is-missing *__tests__/*
source-is-missing *scripts/rollup/validate/eslintrc.umd.js*
source-is-missing *packages/shared/forks/Scheduler.umd.js*
source-is-missing *packages/react-devtools-shared/src/hooks/ErrorTesterCompiled.js*
source-contains-prebuilt-javascript-object *fixtures/*
source-contains-prebuilt-javascript-object *__tests__/*
source-contains-prebuilt-javascript-object *packages/shared/forks/Scheduler.umd.js*
source-contains-prebuilt-javascript-object *packages/react-devtools-shared/src/hooks/ErrorTesterCompiled.js*
source-contains-prebuilt-javascript-object *scripts/rollup/validate/eslintrc.umd.js*
very-long-line-length-in-source-file *.md*
very-long-line-length-in-source-file *fixtures/*
very-long-line-length-in-source-file *__tests__/*
very-long-line-length-in-source-file *.snapshot*
very-long-line-length-in-source-file *packages/react-devtools-shared/src/hooks/ErrorTesterCompiled.js*
|