Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
perf(ci): review perltidy script to a generic way
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jan 25, 2021
1 parent f9b5a15 commit 4c3121b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions scripts/perltidy.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
#!/bin/bash
perltidy -pro=.perltidyrc Makefile.PL
perltidy -pro=.perltidyrc lib/WebService/Hexonet.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/APIClient.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/Column.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/Logger.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/Record.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/Response.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/ResponseParser.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/ResponseTemplate.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/ResponseTemplateManager.pm
perltidy -pro=.perltidyrc lib/WebService/Hexonet/Connector/SocketConfig.pm
perltidy -pro=.perltidyrc t/Hexonet-connector.t
find ./ -type f \( -iname \*.pm -o -iname \*.t -o -iname \*.PL \) -exec perltidy -pro=.perltidyrc {} \;

0 comments on commit 4c3121b

Please sign in to comment.