2015-02-20 04:10:52 +00:00
|
|
|
[ignore]
|
2023-08-16 01:29:00 +00:00
|
|
|
; Ignore other platform suffixes
|
|
|
|
.*\.android\.js$
|
2015-02-20 04:10:52 +00:00
|
|
|
|
2016-11-19 02:25:02 +00:00
|
|
|
; Ignore templates for 'react-native init'
|
2023-03-17 12:03:25 +00:00
|
|
|
<PROJECT_ROOT>/packages/react-native/template/.*
|
2016-04-01 15:53:28 +00:00
|
|
|
|
Adds Danger support
Summary:
Testing Danger support in CI. Continuation of #14964, which Circle stopped building.
Update your node modules first: `npm install`
`npm run danger pr https://github.com/facebook/react-native/pull/14951`
Verify output. This PR should trigger a WIP warning, as well as a package.json warning:
```
> react-native@1000.0.0 danger /Users/hramos/git/react-native
> node ./node_modules/.bin/danger "pr" "https://github.com/facebook/react-native/pull/14951"
{
fails: [],
warnings: [
{
message: ":construction_worker: Work In Progress - <i>Do not merge yet.</i>"
},
{
message: ":lock: Changes were made to package.json - <i>This will require a manual import. Once approved, a Facebook employee should import the PR, then run `yarn add` for any new packages.</i>"
}
],
messages: [],
markdowns: ["This PR requires attention from the facebook/react-native team."]
}
```
`npm run danger pr https://github.com/facebook/react-native/pull/14946`
Verify output. This PR should trigger a warning against the lack of a test plan (note that the PR does have a test plan, but it does not title it as such):
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan</i>"
}
],
messages: [],
markdowns: []
}
```
`npm run danger pr https://github.com/facebook/react-native/pull/13186`
Should warn against a missing test plan:
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan.</i>"
}
],
messages: [],
markdowns: [":page_facing_up: Thanks for your contribution to the docs!"]
}
```
If the author is able to issue bot commands, we reasonably assume that this is coming from an established core contributor. Their PRs will be flagged for expedited review:
`npm run danger pr https://github.com/facebook/react-native/pull/14895`
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan.</i>"
}
],
messages: [],
markdowns: ["This PR has been submitted by a core contributor. Notifying facebook/react-native."]
}
```
Closes https://github.com/facebook/react-native/pull/15061
Differential Revision: D5436605
Pulled By: hramos
fbshipit-source-id: 4ba9e812387d8a69893dab537af9b6cd108753cf
2017-07-18 18:08:35 +00:00
|
|
|
; Ignore the Dangerfile
|
2022-09-16 19:41:06 +00:00
|
|
|
<PROJECT_ROOT>/packages/react-native-bots/dangerfile.js
|
Adds Danger support
Summary:
Testing Danger support in CI. Continuation of #14964, which Circle stopped building.
Update your node modules first: `npm install`
`npm run danger pr https://github.com/facebook/react-native/pull/14951`
Verify output. This PR should trigger a WIP warning, as well as a package.json warning:
```
> react-native@1000.0.0 danger /Users/hramos/git/react-native
> node ./node_modules/.bin/danger "pr" "https://github.com/facebook/react-native/pull/14951"
{
fails: [],
warnings: [
{
message: ":construction_worker: Work In Progress - <i>Do not merge yet.</i>"
},
{
message: ":lock: Changes were made to package.json - <i>This will require a manual import. Once approved, a Facebook employee should import the PR, then run `yarn add` for any new packages.</i>"
}
],
messages: [],
markdowns: ["This PR requires attention from the facebook/react-native team."]
}
```
`npm run danger pr https://github.com/facebook/react-native/pull/14946`
Verify output. This PR should trigger a warning against the lack of a test plan (note that the PR does have a test plan, but it does not title it as such):
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan</i>"
}
],
messages: [],
markdowns: []
}
```
`npm run danger pr https://github.com/facebook/react-native/pull/13186`
Should warn against a missing test plan:
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan.</i>"
}
],
messages: [],
markdowns: [":page_facing_up: Thanks for your contribution to the docs!"]
}
```
If the author is able to issue bot commands, we reasonably assume that this is coming from an established core contributor. Their PRs will be flagged for expedited review:
`npm run danger pr https://github.com/facebook/react-native/pull/14895`
```
{
fails: [],
warnings: [
{
message: ":clipboard: Test Plan - <i>This PR appears to be missing a Test Plan.</i>"
}
],
messages: [],
markdowns: ["This PR has been submitted by a core contributor. Notifying facebook/react-native."]
}
```
Closes https://github.com/facebook/react-native/pull/15061
Differential Revision: D5436605
Pulled By: hramos
fbshipit-source-id: 4ba9e812387d8a69893dab537af9b6cd108753cf
2017-07-18 18:08:35 +00:00
|
|
|
|
2016-11-13 14:21:07 +00:00
|
|
|
; Ignore "BUCK" generated dirs
|
2016-07-06 19:49:08 +00:00
|
|
|
<PROJECT_ROOT>/\.buckd/
|
|
|
|
|
2019-02-21 02:17:25 +00:00
|
|
|
; Flow doesn't support platforms
|
2023-03-17 12:03:25 +00:00
|
|
|
.*/packages/react-native/Libraries/Utilities/LoadingView.js
|
2019-02-21 02:17:25 +00:00
|
|
|
|
2022-02-23 13:12:33 +00:00
|
|
|
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
|
|
|
|
|
2019-01-21 17:08:36 +00:00
|
|
|
[untyped]
|
|
|
|
.*/node_modules/@react-native-community/cli/.*/.*
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
[include]
|
|
|
|
|
2019-10-04 23:39:44 +00:00
|
|
|
[declarations]
|
|
|
|
.*/node_modules/.*
|
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
[libs]
|
2023-06-07 20:44:13 +00:00
|
|
|
flow-typed/
|
2023-03-17 12:03:25 +00:00
|
|
|
packages/react-native/interface.js
|
|
|
|
packages/react-native/flow/
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
[options]
|
2023-07-25 03:15:05 +00:00
|
|
|
experimental.global_find_ref=true
|
2023-02-03 11:03:41 +00:00
|
|
|
enums=true
|
|
|
|
|
2017-01-19 15:31:08 +00:00
|
|
|
emoji=true
|
|
|
|
|
2019-12-09 19:00:46 +00:00
|
|
|
exact_by_default=true
|
|
|
|
|
2021-04-30 16:11:33 +00:00
|
|
|
format.bracket_spacing=false
|
|
|
|
|
2019-04-08 20:20:03 +00:00
|
|
|
module.file_ext=.js
|
|
|
|
module.file_ext=.json
|
|
|
|
module.file_ext=.ios.js
|
|
|
|
|
2015-07-30 03:19:40 +00:00
|
|
|
munge_underscores=true
|
|
|
|
|
2023-03-17 12:03:25 +00:00
|
|
|
module.name_mapper='^react-native$' -> '<PROJECT_ROOT>/packages/react-native/index.js'
|
2023-08-22 23:00:39 +00:00
|
|
|
module.name_mapper='^react-native/\(.*\)$' -> '<PROJECT_ROOT>/packages/react-native/\1'
|
2023-08-22 15:08:15 +00:00
|
|
|
module.name_mapper='^@react-native/dev-middleware$' -> '<PROJECT_ROOT>/packages/dev-middleware'
|
2023-03-17 12:03:25 +00:00
|
|
|
module.name_mapper='^@?[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> '<PROJECT_ROOT>/packages/react-native/Libraries/Image/RelativeImageStub'
|
2015-08-27 01:30:46 +00:00
|
|
|
|
2015-06-11 22:35:26 +00:00
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
2017-08-18 01:36:54 +00:00
|
|
|
suppress_type=$FlowFixMeProps
|
|
|
|
suppress_type=$FlowFixMeState
|
2019-08-07 16:59:42 +00:00
|
|
|
suppress_type=$FlowFixMeEmpty
|
2015-06-11 22:35:26 +00:00
|
|
|
|
2018-06-20 06:54:16 +00:00
|
|
|
[lints]
|
|
|
|
sketchy-null-number=warn
|
|
|
|
sketchy-null-mixed=warn
|
2019-02-07 21:56:47 +00:00
|
|
|
sketchy-number=warn
|
|
|
|
untyped-type-import=warn
|
|
|
|
nonstrict-import=warn
|
2021-07-29 23:34:42 +00:00
|
|
|
deprecated-type=error
|
2019-02-07 21:56:47 +00:00
|
|
|
unsafe-getters-setters=warn
|
|
|
|
unnecessary-invariant=warn
|
2023-03-28 06:50:24 +00:00
|
|
|
unused-promise=error
|
2018-06-20 06:54:16 +00:00
|
|
|
|
|
|
|
[strict]
|
|
|
|
deprecated-type
|
|
|
|
nonstrict-import
|
|
|
|
sketchy-null
|
|
|
|
unclear-type
|
|
|
|
unsafe-getters-setters
|
|
|
|
untyped-import
|
|
|
|
untyped-type-import
|
|
|
|
|
2015-04-25 05:43:01 +00:00
|
|
|
[version]
|
2023-08-23 21:10:27 +00:00
|
|
|
^0.215.1
|