Skip to content

Commit

Permalink
✨ feat(core): added cazira doc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Nov 17, 2024
1 parent 1d4ff87 commit 3cb061e
Show file tree
Hide file tree
Showing 6 changed files with 1,601 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.py text eol=lf
*.md text eol=lf
*.txt text eol=lf
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = scripts
url = https://github.com/JuanVilla424/scripts.git
branch = dev
[submodule "cazira"]
path = cazira
url = https://github.com/JuanVilla424/cazira
branch = dev
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fail-under=10
#from-stdin=

# Files or directories to be skipped. They should be base names, not paths.
ignore=venv,node_modules,scripts
ignore=venv,node_modules,scripts,cazira,langding

# Add files or directories matching the regular expressions patterns to the
# ignore-list. The regex matches against paths and can be in Posix or Windows
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pre-commit run --all-files
```bash
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install halint
scoop install hadolint
```
## 🛠️ Usage
Expand Down
1 change: 1 addition & 0 deletions cazira
Submodule cazira added at 3d3e10
Loading

0 comments on commit 3cb061e

Please sign in to comment.