-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implements linter and configuration for running custom user-defined linting rules #25
Commits on Jul 15, 2021
-
Implements config structure for custom rule definitions, adds api met…
…hod to make api.Rule definition from config.CustomRule
Configuration menu - View commit details
-
Copy full SHA for bdbfb6d - Browse repository at this point
Copy the full SHA bdbfb6dView commit details -
Implements a linter with tests to run custom rules, expecting a JSON …
…/ YAML formatted response as output from the rule's `run` command
Configuration menu - View commit details
-
Copy full SHA for e4ebce6 - Browse repository at this point
Copy the full SHA e4ebce6View commit details -
Implements option in linter test framework to run the tests with an m…
…llint.Runner, implements custom linter running its custom rules on the runner
Configuration menu - View commit details
-
Copy full SHA for 9e37ff5 - Browse repository at this point
Copy the full SHA 9e37ff5View commit details
Commits on Jul 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 12f7ee8 - Browse repository at this point
Copy the full SHA 12f7ee8View commit details -
Makes it possible to use
mllint describe
with custom rules from the…… configuration in the current directory
Configuration menu - View commit details
-
Copy full SHA for f839d21 - Browse repository at this point
Copy the full SHA f839d21View commit details -
Adds a description for the
custom
category, outlining how to create…… custom linting rules
Configuration menu - View commit details
-
Copy full SHA for 117ca38 - Browse repository at this point
Copy the full SHA 117ca38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2648009 - Browse repository at this point
Copy the full SHA 2648009View commit details -
Makes custom rules show up in
mllint list all
and allows custom rul……es to be disabled with through the config as though they are normal rules.
Configuration menu - View commit details
-
Copy full SHA for 100be2f - Browse repository at this point
Copy the full SHA 100be2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093df9e - Browse repository at this point
Copy the full SHA 093df9eView commit details