Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rule no static typos #1209

Merged
merged 22 commits into from
Jul 1, 2017
Merged

Commits on Jun 28, 2017

  1. Add no-static-typos rule

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    345aef4 View commit details
    Browse the repository at this point in the history
  2. Add fix for no-static-typos

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    860d7f3 View commit details
    Browse the repository at this point in the history
  3. Fix documentation:

    Fix an error with closing the code tag
    Add "fixable" to the documentation
    Add link to the main README
    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    6a0a614 View commit details
    Browse the repository at this point in the history
  4. Another minor documentation fix

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    692a94f View commit details
    Browse the repository at this point in the history
  5. Remove fixer from no-static-typos

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    89f340c View commit details
    Browse the repository at this point in the history
  6. Update the title for the readme for the file

    Added the rule name
    
    Decided to not mention all the possible properties that we check for in the title, as adding childContextTypes in the
    next commit may end up making this title too long.
    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    36fae24 View commit details
    Browse the repository at this point in the history
  7. Add support for childContextTypes

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    4a596ba View commit details
    Browse the repository at this point in the history
  8. Remove requiring babel-eslint in the test

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    01d4338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    394b4d5 View commit details
    Browse the repository at this point in the history
  10. Add test cases for function components

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5ac830e View commit details
    Browse the repository at this point in the history
  11. Fix syntax errors in tests

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    ccff8ea View commit details
    Browse the repository at this point in the history
  12. Add suport for FunctionDeclaration to findReturnStatement

    findReturnStatement expect "node.value.body.body" to exist, but for FunctionDeclarations
    the correct path to the ReturnStatement is "node.body.body"
    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    faea2af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49a7dfa View commit details
    Browse the repository at this point in the history
  14. const to let

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    3e68929 View commit details
    Browse the repository at this point in the history
  15. Fix linting errors that popped up after rebase on master

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    ebd4231 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c3baef View commit details
    Browse the repository at this point in the history
  17. var to const

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    7620d47 View commit details
    Browse the repository at this point in the history
  18. Rename no-static-typos to no-typos

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    efb7366 View commit details
    Browse the repository at this point in the history
  19. Fix linting errors from the var -> const/let PR

    Joachim Seminck committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    84bd235 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Add test case that was causing a crash

    Joachim Seminck committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    73d4941 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Add another valid test case

    Joachim Seminck committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    82facc8 View commit details
    Browse the repository at this point in the history
  2. Add another valid test case

    Joachim Seminck committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    afd6ea0 View commit details
    Browse the repository at this point in the history