8000 Tags · LitoMore/svglint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: LitoMore/svglint

Tags

v1.3.0

Toggle v1.3.0's commit message
feat: add attr special rule to enforce attributes ordering (simple-ic…

…ons#47)

Closes simple-icons#46

* Add attr special rule to enforce attributes ordering

* Use "soft" ordering by default and `true` for alphabetical order

* Fix lint error

* Faster and safer implementation

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: pass file info to custom rules (simple-icons#42)

* pass file info to custom rules

* add test for file info

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make configuration optional (simple-icons#40)

* test: run SVGLint API without config

Add a test for each of the SVGLint API functions to verify they work if
no config is provided - with the expected behaviour being the same as
that of providing the config `{}` explicitly.

* feat: update API to make config optional

Update the API so that the linting configuration is optional. Currently,
the config falls back to an empty object.

* feat: don't require config file with CLI

Update the SVGLint CLI to not require a configuration file. The
`getConfigurationFile` function was updated to output a special value
(`false`) if no configuration file is found. When the CLI, using this
function, detects there's no config file it will not try to read
(`require`) that file.

* chore(docs): add note about the default configuration

* feat: exit code 1 when specified config file is missing

Update the CLI such that *if* a configuration file path is specified,
i.e. the `--config` option is used, then the configuration file must
exist. If it does not exist, the CLI will exist with a non-zero exit
code, after logging an error.

If `--config` is not used the CLI behaviour is unchanged.

v1.0.8

Toggle v1.0.8's commit message
Remove semantic-release devDependency

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fail when throwing Error from custom rule (simple-icons#21)

* Fail throwing Error from custom rule.

* Apply suggested changes.

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
birjj Johan Fagerberg
ci: configure semantic-release to release patches for documentation c…

…hanges
0