Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: merge #151

Merged
merged 1 commit into from
Sep 13, 2023
Merged

feat: merge #151

merged 1 commit into from
Sep 13, 2023

Conversation

loeffel-io
Copy link
Owner

@loeffel-io loeffel-io commented Sep 13, 2023

enables multiple extending configurations, new debug output and overwriting glob matched directory rules:

=============================
ls index
-----------------------------
.: .go: snakecase .dir: snakecase .bzl: snakecase .sh: snakecase .bazel: screamingsnakecase .yaml: snakecase .js: snakecase
src/test: .js: screamingsnakecase .html: regex:[a-z0-9]+
src/go: .go: pascalcase
-----------------------------
ignore index
-----------------------------
.git
.idea
bazel-ge
deployments/npm/pnpm-lock.yaml
bazel-out
bazel-testlogs
.github
bazel-ls-lint
genhtml
bazel-bin
-----------------------------
lint
-----------------------------
lint dir: .
lint file: .bazelrc
lint file: .bazelversion
skip dir: .git
skip dir: .github
lint file: .gitignore
skip dir: .idea
lint file: .ls-lint-2.yml
lint file: .ls-lint.yml
lint file: BUILD.bazel
lint file: LICENSE
lint file: README.md
lint file: WORKSPACE
lint dir: assets
lint dir: assets/logo
lint file: assets/logo/ls-lint.png
skip file: bazel-bin
skip file: bazel-ls-lint
skip file: bazel-out
skip file: bazel-testlogs
lint dir: cmd
lint dir: cmd/ls_lint
lint file: cmd/ls_lint/BUILD.bazel
lint file: cmd/ls_lint/main.go
lint file: cmd/ls_lint/target.bzl
lint dir: deployments
lint dir: deployments/docker
lint file: deployments/docker/Dockerfile
lint file: deployments/docker/Dockerfile.arm64
lint file: deployments/docker/manifest.tmpl
lint dir: deployments/github
lint file: deployments/github/BUILD.bazel
lint file: deployments/github/github.sh
lint dir: deployments/npm
lint file: deployments/npm/.npmrc
lint file: deployments/npm/BUILD.bazel
lint dir: deployments/npm/bin
lint file: deployments/npm/bin/cli.js
lint file: deployments/npm/package.json
skip file: deployments/npm/pnpm-lock.yaml
lint dir: examples
lint dir: examples/nuxt_nuxt_js
lint file: examples/nuxt_nuxt_js/.ls-lint.yml
lint file: go.mod
lint file: go.sum
lint dir: internal
lint dir: internal/config
lint file: internal/config/BUILD.bazel
lint file: internal/config/config.go
lint file: internal/config/config_test.go
lint dir: internal/debug
lint file: internal/debug/BUILD.bazel
lint file: internal/debug/statistic.go
lint dir: internal/flag
lint file: internal/flag/BUILD.bazel
lint file: internal/flag/config.go
lint dir: internal/glob
lint file: internal/glob/BUILD.bazel
lint file: internal/glob/glob.go
lint dir: internal/linter
lint file: internal/linter/BUILD.bazel
lint file: internal/linter/linter.go
lint file: internal/linter/linter_test.go
lint dir: internal/rule
lint file: internal/rule/BUILD.bazel
lint file: internal/rule/camelcase.go
lint file: internal/rule/camelcase_test.go
lint file: internal/rule/error.go
lint file: internal/rule/kebabcase.go
lint file: internal/rule/kebabcase_test.go
lint file: internal/rule/lowercase.go
lint file: internal/rule/lowercase_test.go
lint file: internal/rule/pascalcase.go
lint file: internal/rule/pascalcase_test.go
lint file: internal/rule/pointcase.go
lint file: internal/rule/pointcase_test.go
lint file: internal/rule/regex.go
lint file: internal/rule/regex_test.go
lint file: internal/rule/rule.go
lint file: internal/rule/rule_test.go
lint file: internal/rule/screamingsnakecase.go
lint file: internal/rule/screamingsnakecase_test.go
lint file: internal/rule/snakecase.go
lint file: internal/rule/snakecase_test.go
lint file: renovate.json
lint file: repositories.bzl
lint dir: scripts
lint dir: scripts/bazel
lint file: scripts/bazel/workspace_status.sh
lint dir: src
lint dir: src/go
lint dir: src/test
lint file: src/test/test.js
-----------------------------
statistics
-----------------------------
time: 1 ms
files: 61
file skips: 5
dirs: 24
dir skips: 3
=============================

@loeffel-io loeffel-io added this to the v2.2.0 milestone Sep 13, 2023
@loeffel-io loeffel-io self-assigned this Sep 13, 2023
@loeffel-io loeffel-io merged commit def9d74 into master Sep 13, 2023
4 checks passed
@loeffel-io loeffel-io deleted the feature/loeffel-io/merge branch September 13, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant