skuzzle / restrict-imports-enforcer-rule

Gradle plugin & Maven Enforcer rule that restricts usage of unwanted imports in Java, Kotlin and Groovy source files.
MIT License
75 stars 12 forks source link

Use standard UncheckedIOException #36

Closed SimY4 closed 5 years ago

SimY4 commented 5 years ago

to match with Reader.lines() throwing UncheckedIOException in case of any errors.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 94.26% when pulling 058ef5fe8d98bb8cbb14ddbe20c254566cf1a210 on SimY4:master into 275852fc51ffe8194fc2c9340640fe4e75f3cfb8 on skuzzle:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 94.26% when pulling 058ef5fe8d98bb8cbb14ddbe20c254566cf1a210 on SimY4:master into 275852fc51ffe8194fc2c9340640fe4e75f3cfb8 on skuzzle:master.

skuzzle commented 5 years ago

Awesome, I didn't know this thing existed! It's also great because I can get rid of this annoying extra package containing only the exception class. If you send the PR against the develop branch, I'll merge it!