Files
flipper/.flowconfig
Sam Goldman 51741a2741 Update Sonar from 0.69.0 to 0.70.0
Summary:
All the new errors were missing annotation errors. I fixed as many as I could
by adding annotations. For the rest I added a $FlowFixMe suppression type.

Reviewed By: nmote

Differential Revision: D8756267

fbshipit-source-id: a69b6e21525b9b12e582ff18dcb1eeea584abb2a
2018-07-06 16:04:19 -07:00

26 lines
413 B
Plaintext

[ignore]
.*/scripts/.*
.*/coverage/.*
.*/node_modules/.*
.*/build/.*
.*/dist/.*
.*/static/.*
<PROJECT_ROOT>/src/fb/plugins/relaydevtools/relay-devtools/DevtoolsUI.js$
.*/website/.*
[libs]
flow-typed
[options]
esproposal.export_star_as=enable
module.use_strict=true
emoji=true
all=true
include_warnings=true
module.name_mapper='sonar' -> '<PROJECT_ROOT>/src/index.js'
suppress_type=$FlowFixMe
[version]
0.70.0