18F / identity-fake-server

Fake server for load testing
3 stars 1 forks source link

Reduce CPU threshold of autoscaler. Format yaml indentation. #43

Closed jgrevich closed 1 year ago

jgrevich commented 1 year ago
  36:7      error    wrong indentation: expected 8 but found 6  (indentation)
  39:9      error    wrong indentation: expected 10 but found 8  (indentation)
  79:9      error    wrong indentation: expected 10 but found 8  (indentation)
  81:7      error    wrong indentation: expected 8 but found 6  (indentation)
  113:3     error    wrong indentation: expected 4 but found 2  (indentation)
  140:3     error    wrong indentation: expected 4 but found 2  (indentation)
  141:5     error    wrong indentation: expected 6 but found 4  (indentation)
jgrevich commented 1 year ago

I agree with the yaml formatting nuances. I figured indentation was safe and yamllint is a decent reference.