From 6965485d15c15b2b94cfb4a45af0df5bd5bbf859 Mon Sep 17 00:00:00 2001 From: Sanko Robinson Date: Fri, 26 Jan 2024 12:52:37 -0500 Subject: [PATCH] Remember to tidy script file --- .tidyallrc | 20 +++----------------- script/bsky | 6 +++++- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/.tidyallrc b/.tidyallrc index 04d7ea2..dbd53d9 100644 --- a/.tidyallrc +++ b/.tidyallrc @@ -1,4 +1,3 @@ - ; Run "tidyall -a" to process all files. ; Run "tidyall -g" to process all added or modified files in the current git working directory. ; https://perladvent.org/2020/2020-12-01.html @@ -8,27 +7,14 @@ ignore = **/*.bak **/_*.pm blib/**/* builder/_alien/**/* extract/**/* dyncall/** [PerlTidy] select = **/*.{pl,pm,t} select = cpanfile +select = script/bsky argv = -anl -baao --check-syntax --closing-side-comments-balanced -nce -dnl --delete-old-whitespace --delete-semicolons -fs -nhsc -ibc -bar -nbl -ohbr -opr -osbr -nsbl -nasbl -otr -olc --perl-best-practices --nostandard-output -sbc -nssc --break-at-old-logical-breakpoints --break-at-old-keyword-breakpoints --break-at-old-ternary-breakpoints --ignore-old-breakpoints --swallow-optional-blank-lines --iterations=2 --maximum-line-length=150 --paren-vertical-tightness=0 --trim-qw -b -bext=old -;argv = -noll -it=2 -l=100 -i=4 -ci=4 -se -b -bar -boc -vt=0 -vtc=0 -cti=0 -pt=1 -bt=1 -sbt=1 -bbt=1 -nolq -npro -nsfs --opening-hash-brace-right --no-outdent-long-comments -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" --iterations=2 - -;[PerlCritic] -;select = lib/**/*.pm -;ignore = lib/UtterHack.pm lib/OneTime/*.pm -;argv = -severity 3 [PodTidy] select = lib/**/*.{pm,pod} +select = script/bsky columns = 120 [PodChecker] select = **/*.{pl,pm,pod} - -;[Test::Vars] -;select = **/*.{pl,pl.in,pm,t} - -;[PodSpell] -;select = **/*.{pl,pl.in,pm,pod} - -[ClangFormat] -select = **/*.{cpp,cxx,h,c,xs,xsh} -ignore = **/ppport.h +select = script/bsky diff --git a/script/bsky b/script/bsky index 58af233..201bb86 100644 --- a/script/bsky +++ b/script/bsky @@ -1,6 +1,10 @@ -use lib '../lib'; use App::bsky; exit App::bsky::CLI->new->run(@ARGV); + +#~ |-------------------------------------13---13-11----11---------------------| +#~ |--13-11-------13--11--11-11-11-11-11------------13-----14--14-14-14-14-14-| +#~ |--------11-11-------------------------------------------------------------| +#~ |--------------------------------------------------------------------------| __END__ =encoding utf-8