Skip to content

Commit

Permalink
Remember to tidy script file
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Jan 26, 2024
1 parent 534b2d1 commit 6965485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
20 changes: 3 additions & 17 deletions .tidyallrc
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 5 additions & 1 deletion script/bsky
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6965485

Please sign in to comment.