Slim-Lint slim-lintis a tool to help keep yourSlimfiles clean and readable. In addition to style and lint checks, it integrates withRuboCopto bring its powerful static analysis tools to your Slim templates. You can runslim-lintmanually from the command line, or integrate it into yourSCM hoo...
Add a description, image, and links to the slim-lint topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the slim-lint topic, visit your repo's landing page and select "manage topics." Learn...
SlimIO Addon 的 ESLint 插件
ESLint plugin for SlimIO Addon. Latest version: 1.0.0, last published: 8 years ago. Start using eslint-plugin-slimio in your project by running `npm i eslint-plugin-slimio`. There are no other projects in the npm registry using eslint-plugin-slimio.
slim-select / .eslintrc .eslintrc221 Bytes 一键复制编辑原始数据按行查看历史 Brianvoe提交于8年前.initial commit - 1st draft 123456789101112131415 { root: true, parser: 'babel-eslint', parserOptions: { ecmaVersion: 6, sourceType: 'module' ...
lib/slim_lint/linter README.md instance_variables.rb spec/slim_lint/linter instance_variables_spec.rb 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -2,3 +2,4 @@ Gemfile.lock /coverage /pkg .ruby-version /.vscode 6 ...
Configurable tool for analyzing Slim templates. Contribute to sds/slim-lint development by creating an account on GitHub.
Hello! I would like to add a linter to detect instance variables in Slim templates. Replacing them with local variables is often encouraged in Rails partial templates, but here I expect using the i...
Files main .circleci .github src .gitignore .yamllint LICENSE README.mdBreadcrumbs slim-shield / .yamllint Latest commit sreejithfocaloid feat: Initial commit. 2fc3561· Aug 14, 2023 HistoryHistory File metadata and controls Code Blame 7 lines (5 loc) · 110 Bytes Raw extends: relaxed ...
fmt.Printf("docker-slim[lint]: missing target image/Dockerfile...\n\n") cli.ShowCommandHelp(ctx, CmdLint) return nil } else { targetRef = ctx.Args().First() targetRef := ctx.String(FlagTarget) if !doListChecks { if targetRef == "" { if len(ctx.Args()) < 1 { fmt.Printf("do...