oathkeeper icon indicating copy to clipboard operation
oathkeeper copied to clipboard

chore: dont format auto-generated files

Open kevgo opened this issue 3 years ago • 1 comments

Goimports doesn't provide a built-in mechanism to ignore certain directories. See https://github.com/golang/go/issues/42965. This creates a workaround that is still fast enough.

Related issue(s)

https://github.com/ory-corp/general/issues/735

Checklist

  • [x] I have read the contributing guidelines.
  • [x] I have referenced an issue containing the design document if my change introduces a new feature.
  • [x] I am following the contributing code guidelines.
  • [x] I have read the security policy.
  • [x] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security. vulnerability, I confirm that I got green light (please contact [email protected]) from the maintainers to push the changes.
  • [x] I have added tests that prove my fix is effective or that my feature works.
  • [x] I have added or changed the documentation.

kevgo avatar Sep 23 '22 01:09 kevgo

Codecov Report

Merging #1020 (170cf86) into master (84f9405) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1020   +/-   ##
=======================================
  Coverage   78.06%   78.06%           
=======================================
  Files          83       83           
  Lines        3999     3999           
=======================================
  Hits         3122     3122           
  Misses        598      598           
  Partials      279      279           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 23 '22 02:09 codecov[bot]