File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 55
66import ' .config/vars.just'
77
8- [group : " php" ]
98mod php ' .config/php'
10-
11- [group : " release" ]
129mod release ' .config/release'
13-
14- [group : " licensing" ]
1510mod reuse ' .config/reuse'
1611
17- php-lint-project-cmd := " nix run 'github:kleinweb/beams#php-lint-project'"
18-
19- # Display a list of available tasks as the default command
2012default :
2113 @ just --choose
2214
2315[group : " qa" ]
2416[doc : " Check for any lint or formatting issues on project files" ]
2517check :
2618 biome check {{ prj-root}}
27- {{ php-lint-project-cmd }}
19+ php-lint-project
2820 composer php-cs-fixer -- check
2921 composer phpcs
3022 composer phpstan
3325[doc : " Check for (non-stylistic) linting issues on project files" ]
3426lint :
3527 biome lint {{ prj-root}}
36- {{ php-lint-project-cmd }}
28+ php-lint-project
3729 composer lint
3830
3931[group : " qa" ]
Original file line number Diff line number Diff line change 1313 let
1414 commonPkgs = [
1515 inputs' . beams . packages . php-lint
16+ inputs' . beams . packages . php-lint-project
1617
1718 pkgs . php
1819 pkgs . php . packages . composer
You can’t perform that action at this time.
0 commit comments