Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring out a test base for scaling tests #1277

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
remove metainfo test and binary contents checks
  • Loading branch information
IlyaPechersky committed May 27, 2024
commit 9afe0ed81d1866bde4577a01032c92546f008021
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<property name="message" value="Two consecutive empty lines"/>
</module>
<!--
Checks that the file is not binary
-->
<module name="RegexpMultiline">
<property name="format" value="[^\x00-\x7F]+"/>
<property name="fileExtensions" value="java"/>
<property name="id" value="BinaryContents"/>
<property name="message" value="Binary contents are not allowed"/>
</module>
<!--
JavaDoc regexp checks
-->
<module name="RegexpSingleline">
Expand Down

This file was deleted.