You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest implementing a command that resolves the linter configuration for a given path and prints it to the console in JSON / YAML format. For example:
aglint --print-config path/to/file.txt
or
aglint --print-config path/to/folder
or for the actual folder:
aglint --print-config .
This can be a useful tool for various debugging purposes.
Optionally, we can also list the chain of configuration files from which the configuration was compiled by merging.
The text was updated successfully, but these errors were encountered:
I suggest implementing a command that resolves the linter configuration for a given path and prints it to the console in JSON / YAML format. For example:
or
or for the actual folder:
aglint --print-config .
This can be a useful tool for various debugging purposes.
Optionally, we can also list the chain of configuration files from which the configuration was compiled by merging.
The text was updated successfully, but these errors were encountered: