tkawachi / sbt-lock

Gemfile.lock for sbt
75 stars 12 forks source link

Add \n to lock.sbt #25

Closed htmldoug closed 5 years ago

htmldoug commented 5 years ago

Updating to 0.6.0 triggered the wrath of pre-commit end-of-file-fixer which failed our build.

screen shot 2018-12-26 at 2 31 54 pm

hookid: trailing-whitespace
00:18:45 
00:18:45 Files were modified by this hook. Additional output:
00:18:45 
00:18:45 Fixing lock.sbt
00:18:45 
00:18:45 Fix End of Files.........................................................Failed
00:18:47 hookid: end-of-file-fixer

This PR re-adds the \n which is totally my fault for removing in https://github.com/tkawachi/sbt-lock/pull/24/files#diff-f4ae6883e8302684a41b5884459395f0L36.

Totally up to you if you want to make a new tag this. Either way is fine. I can have pre-commit ignore lock.sbt files in my builds for now.