1. 01 2月, 2020 2 次提交
    • J
      Remove unused usings · b4cc3268
      Jason Malinowski 提交于
      b4cc3268
    • J
      Run naming styles on closed files · 7ca21dfd
      Jason Malinowski 提交于
      Our best guess is we ran naming styles on open files only for two
      reasons:
      
      1. At the time, we only supported .editorconfig in-proc, so
         out of proc wouldn't have used the right settings.
      2. Even if we were running in-proc, there might have been performance
         issues since we were running across a lot of files.
      
      Neither of these concerns apply at this point: we now support
      .editorconfig out of proc (both in the legacy path and the new path) and
      since we're already running other analyzers that use .editorconfig,
      the cost of processing it will exist regardless.
      7ca21dfd
  2. 31 1月, 2020 8 次提交
  3. 30 1月, 2020 16 次提交
  4. 29 1月, 2020 14 次提交