Skip to content

Instantly share code, notes, and snippets.

@claudiopro
Created May 18, 2020 08:35
Show Gist options
  • Save claudiopro/91705aedef88d24ef7e8b18a33c55bce to your computer and use it in GitHub Desktop.
Save claudiopro/91705aedef88d24ef7e8b18a33c55bce to your computer and use it in GitHub Desktop.
Runs `alex` on Recoil docs@e2bb8f4
# procidac at macbook-pro-109.local.dhcp.thefacebook.com in ~/dev/gh/claudiopro/Recoil/docs on git:docs ✖︎ [9:28:48]
→ yarn lint-docs
Using globally installed version of Yarn
yarn run v1.12.1
$ alex .
README.md: no issues found
docs/api-reference/core/RecoilRoot.md: no issues found
docs/api-reference/core/atom.md: no issues found
docs/api-reference/core/isRecoilValue.md: no issues found
docs/api-reference/core/selector.md: no issues found
docs/api-reference/core/useRecoilCallback.md: no issues found
docs/api-reference/core/useRecoilState.md: no issues found
docs/api-reference/core/useRecoilStateLoadable.md: no issues found
docs/api-reference/core/useRecoilValue.md: no issues found
docs/api-reference/core/useRecoilValueLoadable.md: no issues found
docs/api-reference/core/useResetRecoilState.md: no issues found
docs/api-reference/core/useSetRecoilState.md: no issues found
docs/api-reference/utils/atomFamily.md
49:54-49:60 warning `simple` may be insensitive, try not to use it simple retext-equality
72:303-72:307 warning `just` may be insensitive, try not to use it just retext-equality
76:234-76:240 warning `simple` may be insensitive, try not to use it simple retext-equality
78:30-78:36 warning `simple` may be insensitive, try not to use it simple retext-equality
78:176-78:182 warning `simple` may be insensitive, try not to use it simple retext-equality
78:297-78:303 warning `simple` may be insensitive, try not to use it simple retext-equality
docs/api-reference/utils/constSelector.md: no issues found
docs/api-reference/utils/errorSelector.md: no issues found
docs/api-reference/utils/noWait.md: no issues found
docs/api-reference/utils/selectorFamily.md: no issues found
docs/api-reference/utils/waitForAll.md: no issues found
docs/api-reference/utils/waitForAny.md: no issues found
docs/api-reference/utils/waitForNone.md: no issues found
docs/basic-tutorial/demo.md: no issues found
docs/basic-tutorial/intro.md
7:39-7:45 warning `simple` may be insensitive, try not to use it simple retext-equality
docs/basic-tutorial/performance.md: no issues found
docs/basic-tutorial/selectors.md
46:40-46:46 warning `simple` may be insensitive, try not to use it simple retext-equality
docs/guides/asynchronous-data-queries.md
6:195-6:199 warning `easy` may be insensitive, try not to use it easy retext-equality
6:392-6:398 warning `Simply` may be insensitive, try not to use it simple retext-equality
6:545-6:549 warning `just` may be insensitive, try not to use it just retext-equality
10:24-10:30 warning `simple` may be insensitive, try not to use it simple retext-equality
114:72-114:76 warning `just` may be insensitive, try not to use it just retext-equality
docs/guides/code-splitting.md: no issues found
docs/guides/migrating/from-mobx.md: no issues found
docs/guides/migrating/from-react-state.md: no issues found
docs/guides/migrating/from-redux.md: no issues found
docs/guides/persistence.md: no issues found
docs/guides/usage-flow.md: no issues found
docs/guides/usage-typescript.md: no issues found
docs/guides/writing-test.md: no issues found
docs/introduction/core-concepts.md
24:89-24:93 warning `just` may be insensitive, try not to use it just retext-equality
48:217-48:221 warning `just` may be insensitive, try not to use it just retext-equality
docs/introduction/installation.md: no issues found
docs/introduction/motivation.md
15:65-15:71 warning `simple` may be insensitive, try not to use it simple retext-equality
21:8-21:12 warning `easy` may be insensitive, try not to use it easy retext-equality
docs/mdx.md: no issues found
⚠ 17 warnings
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment