diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f465847 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +.pre-commit-config.yaml export-ignore +.luacheckrc export-ignore diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c7d170 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c488f2d..9b7ac29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - id: mixed-line-ending + - repo: https://github.com/lunarmodules/luacheck + rev: v0.26.1 + hooks: + - id: luacheck diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7954a2d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: python -sudo: false -addons: - apt: - packages: - - luarocks -cache: - timeout: 1000 - directories: - - $HOME/.luarocks -before_install: - - luarocks install --local luacheck - - pip3 install pre-commit -script: - - pre-commit run --all-files - - $HOME/.luarocks/bin/luacheck . -notifications: - email: false diff --git a/README.md b/README.md index 204b877..58a7594 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM -[![Build Status](https://travis-ci.org/louisroyer/RLS-wireshark-dissector.svg?branch=master)](https://travis-ci.org/louisroyer/RLS-wireshark-dissector) - ## Quick Start ``` $ mkdir -p ${XDG_LIB_HOME:-~/.local/lib}/wireshark/plugins