不要怂,就是干,撸起袖子干!

  1. 17 Apr, 2015 2 commits
  2. 16 Apr, 2015 4 commits
  3. 15 Apr, 2015 6 commits
    • Merge pull request #3503 from BridgeAR/master · 18cb7002
      Use stricter jshint settings
      Jan Aagaard Meier committed
    • Use quotmark: true · 64bc16c1
      Insert unused parameters in the abstract query-generator and ignore mixed quotes in query-generator generally
      
      Ignore quotmark in sql-string and a couple individual lines + hotfix
      Ruben Bridgewater committed
    • Fix jshint errors according to new settings · b826d239
      Use stricter jshint settings
      
      I added
       - unused: "vars" // warns when you define and never use your variables
       - nonbsp: true // warns about "non-breaking whitespace" characters
       - maxdepth: 8 // lets you control how nested do you want your blocks to be
       - quotmark: false // true = all quotation marks have to either be single quotes or double quotes per file
      I tried to use this option with true, but I'm not sure how you like it that way. As here are quite a few use cases where single quotes would have to be escaped
      
      I removed:
       - trailing: true // this option no longer exists in jshint
       - expr: true // this option no longer exists in jshint
       - sub: true // suppresses warnings about using [] notation when it can be expressed in dot notation: person['name'] vs. person.name
      
      I also used maxlen: 200 for a while, but I'm not sure how the line breaks work for the docs, since I did not try that. I still think it would be a good option to use
      
      Be aware, that a couple of options are deprecated and will be removed at some point. Instead jscs could be used to enforce styling warnings.
      Ruben Bridgewater committed
    • Use stricter jshint settings · 7272c603
      I added
       - unused: "vars" // warns when you define and never use your variables
       - nonbsp: true // warns about "non-breaking whitespace" characters
       - maxdepth: 8 // lets you control how nested do you want your blocks to be
       - quotmark: false // true = all quotation marks have to either be single quotes or double quotes per file
      I tried to use this option with true, but I'm not sure how you like it that way. As here are quite a few use cases where single quotes would have to be escaped
      
      I removed:
       - trailing: true // this option no longer exists in jshint
       - expr: true // this option no longer exists in jshint
       - sub: true // suppresses warnings about using [] notation when it can be expressed in dot notation: person['name'] vs. person.name
      
      I also used maxlen: 200 for a while, but I'm not sure how the line breaks work for the docs, since I did not try that. I still think it would be a good option to use
      
      Be aware, that a couple of options are deprecated and will be removed at some point. Instead jscs could be used to enforce styling warnings.
      Ruben Bridgewater committed
    • Merge pull request #3504 from sequelize/hotfix/docs-nav-nesting · f4a680d5
      Hotfix/docs nav nesting
      Mick Hansen committed
  4. 13 Apr, 2015 11 commits
  5. 12 Apr, 2015 3 commits
  6. 11 Apr, 2015 3 commits
  7. 10 Apr, 2015 10 commits
  8. 09 Apr, 2015 1 commit