1. 21 3月, 2018 1 次提交
  2. 16 3月, 2018 2 次提交
  3. 15 3月, 2018 1 次提交
  4. 09 3月, 2018 3 次提交
  5. 05 3月, 2018 3 次提交
  6. 04 3月, 2018 2 次提交
  7. 28 2月, 2018 1 次提交
  8. 26 2月, 2018 12 次提交
  9. 20 2月, 2018 1 次提交
  10. 18 2月, 2018 3 次提交
  11. 11 2月, 2018 1 次提交
  12. 08 2月, 2018 1 次提交
  13. 25 1月, 2018 2 次提交
  14. 24 1月, 2018 2 次提交
    • M
      SC2029: Skip when there are options to ssh · ccaacb10
      Martin Kühl 提交于
      Fixes #327
      
      SC2029 generates false positives when given an ssh command that includes
      options with arguments because it assumes the first non-option must be
      the host:port argument and the last argument is a command to run.
      As suggested the comments on #327, this change fixes those by skipping
      the check when there are any options present.
      ccaacb10
    • M
      SC2029: Add false positive test · 56751413
      Martin Kühl 提交于
      This change adds a test case for a valid command that gets falsely
      flagged with SC2029.
      56751413
  15. 22 1月, 2018 3 次提交
  16. 21 1月, 2018 2 次提交