Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
f27b2847
Commit
f27b2847
authored
1 year ago
by
Chris Pastl
Browse files
Options
Downloads
Patches
Plain Diff
chore(pre-commit): add hooks for spell and lint
parent
f8ebb0c4
No related branches found
No related tags found
1 merge request
!6
pre-commit: add hooks for spell and lint
Pipeline
#4571
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+12
-0
12 additions, 0 deletions
.pre-commit-config.yaml
Makefile
+4
-1
4 additions, 1 deletion
Makefile
with
16 additions
and
1 deletion
.pre-commit-config.yaml
0 → 100644
+
12
−
0
View file @
f27b2847
repos
:
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.2.5
hooks
:
-
id
:
codespell
args
:
[]
-
repo
:
local
hooks
:
-
id
:
liquidsoap-check
name
:
liquidsoap-check
entry
:
sh -c 'liquidsoap --check src/engine.liq'
language
:
system
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
1
View file @
f27b2847
...
...
@@ -62,13 +62,16 @@ spell::
codespell
$(
wildcard
*
.md
)
docs src tests config contrib
init.app
::
cp
-n
config/sample.engine-core.ini config/engine-core.ini
cp
-n
config/sample.engine-core.ini config/engine-core.ini
||
true
mkdir
-p
audio/fallback
mkdir
-p
audio/playlist
mkdir
-p
audio/source
init.dev
::
init.app
sudo
apt
install
-y
codespell
sudo
apt
install
-y
pre-commit
pre-commit autoupdate
pre-commit
install
test
::
(
cd
tests
&&
liquidsoap engine_test_suite.liq
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment