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

add linters rules to ak #107

Open
hparfr opened this issue Oct 23, 2024 · 2 comments
Open

add linters rules to ak #107

hparfr opened this issue Oct 23, 2024 · 2 comments

Comments

@hparfr
Copy link
Member

hparfr commented Oct 23, 2024

  • each directory entry should be ordered
  • directory entry should be unique
  • module values should be ordered
  • module values should be unique
sale-workflow:
  modules:
     - sale_exception
     - base_exception
   src: https://github.com/oca/sale-workflow 16.0

product-attribute:
  modules:
     - purchase_exception
     - base_exception
  src: https://github.com/oca/purchase-exception 16.0

should be:

product-attribute:
  modules:
     - purchase_exception
  src: https://github.com/oca/purchase-exception 16.0

sale-workflow:
  modules:
     - base_exception
     - sale_exception

   src: https://github.com/oca/sale-workflow 16.0

@sebastienbeau
Copy link
Member

sebastienbeau commented Oct 23, 2024

@hparfr
Copy link
Member Author

hparfr commented Oct 24, 2024

yes, the title is confusing.

I do not mean to impement in it in ak; but use an available tool. linter, lsp, or anthing else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants